In Pycharm I press ALT Enter hotkey to get suggestion and import what I need. This feature is very helpful.
How should I do the same in Visual Studio Code
CodePudding user response:
The Solution
You may need an extension called Pylance installed
Tap the highlighted text, press Ctrl & .
It will tell you possible imports to solve it.
However, I don't think it take's into account the function after it nor checks whether the following function or variable is in the module


