Closed stoltm closed 1 year ago
I just got a message that VS Code no longer supports Intellisense with Jedi for Python 2.7.
Can this be solved or is there any other chance to get autocomplete?
I think I got the solution. In the settings of VS Code you need to simply reset the IntelliSense Server. "python.languageServer": "Default".
"python.languageServer": "Default"
I just got a message that VS Code no longer supports Intellisense with Jedi for Python 2.7.
Can this be solved or is there any other chance to get autocomplete?