Please feel free to file issue on github if something is missing. Visual Studio has full functionality but not all of it is exposed through the LS protocol just yet. Having full cross file code model helps with many…
MS language server is not based on Jedi. It is based on Python Tools for Visual Studio. Core components were ported to .NET Core so it runs on all platforms. The core engine is not just for IntelliSense, it is capable…
Python extension for VS Code provides both MS Language Server and Jedi based intellisense. Default is actually Jedi as LS is in preview.
Please feel free to file issue on github if something is missing. Visual Studio has full functionality but not all of it is exposed through the LS protocol just yet. Having full cross file code model helps with many…
MS language server is not based on Jedi. It is based on Python Tools for Visual Studio. Core components were ported to .NET Core so it runs on all platforms. The core engine is not just for IntelliSense, it is capable…
Python extension for VS Code provides both MS Language Server and Jedi based intellisense. Default is actually Jedi as LS is in preview.