hello guys, just tried VS 2017 to wirte python code. now I have installed docx package for our project. when I back to editor and start to code. import docx document = Document() document. ## there is nothing happen, no hint to tell you functions or something. but coding in interactive window, I can see hint for it. how can I make my VS editor`s aotu-completion work? I didn`t find any solution yet. thanks