vscode-Python-Extended
vscode-Python-Extended copied to clipboard
Choosing which modules to enable for the autocomplete
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 !