vscode-Python-Extended icon indicating copy to clipboard operation
vscode-Python-Extended copied to clipboard

Choosing which modules to enable for the autocomplete

Open perph001 opened this issue 3 years ago • 0 comments

Hi,

Is there a way to choose which modules to be enable for the autocompletion ?

I mainly work with data so (numpy, pandas, sci-kit, matplotlib, seaborn, etc.) and would like to limit the scope of the suggestion to the packages currently in use in my file (based on the "import" statement) or the ones I would choose instead of having way too many suggestions about modules I don't use.

Could you add an option page to the extension that would allow this please ?

Thanks in advance !

perph001 avatar Jun 12 '22 20:06 perph001