jingchengchen-com / RhinoPythonForVscode

18 stars 7 forks source link

VS Code no longer supports Intellisense with Jedi for Python 2.7 #12

Closed stoltm closed 1 year ago

stoltm commented 2 years ago

I just got a message that VS Code no longer supports Intellisense with Jedi for Python 2.7. grafik

Can this be solved or is there any other chance to get autocomplete?

stoltm commented 1 year ago

I think I got the solution. In the settings of VS Code you need to simply reset the IntelliSense Server. "python.languageServer": "Default".