When I write C# code in VS Code and start typing some word and IntelliSense appears and focus on some suggestion I can press dot or space and this word appears in code.
But in python I strictly have to press Enter only if I want to get suggested word. Is it possible to make IntelliSense in Python behave like it behaves in C#?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Try changing the following lines to your settings.json file
In addition to @DreamyPlayer’s answer, add the following line to
settings.json
(or rewrite it, if keyeditor.inlineSuggest.enabled
exists):