Jedi is usually used for Python completion. VS Code typically uses Python Language Server, which can be installed with pip, to [LSP] Jedi (https://microsoft.github.io/language). Python completion is working by making it correspond to -server-protocol /).
However, I recently learned that there is something called Microsoft Python Language Server developed by Microsoft. This is easy to deploy if you use VS Code's Python extension.
By turning off Python: Jedi Enabled
from the setting screen, it will be automatically downloaded and enabled at the next startup.
By default, something like a simple Lint works, the documentation looks beautiful, and it's a lot of development. Please give it a try!
Recommended Posts