python-language-server
python-language-server copied to clipboard
Microsoft Language Server for Python
## Environment data - Language Server version: 0.5.51.0 - OS and version: Mac OS Catalina 10.15.5 - Python version (& distribution if applicable, e.g. Anaconda): 3.8.3, 3.7.3, 2.7.16 ## Expected...
Issue Type: Bug If the project path contains Russian letters, you can't find the module using "ctrl+click_on_module_name", even if the modules are in the same folder. 1) path contains Russian...
On Linux, with the Editorconfig plugin for Emacs enabled, whenever I make a change inside a `.cs` file contained in this project, I notice that I generate a lot of...
I have code I developed myself I can never see the definition of it as I type. How can I get help?
Our vendored copy of typeshed is very old and should get updated. Other than general fixes and improvements, there have been some additions/tweaks to the `third_party` directory which would likely...
After #1640 stops the crashes, we'll have to add real `Literal` support. This involves: - Adding a new class PythonLiteral and adding it to the typing module. - Modify the...
I use mypy to ensure type safety and avoid runtime errors. Functions are annotated and typing is enforced. However, PLS hovers and completions are based on heuristics that aren't as...
## Environment data - VS Code version: 1.46.1 - Extension version (available under the Extensions sidebar): 2020.6.90262 - OS and version: Windows 7 64bits - Python version (& distribution if...
  After installing latest python-language-server, vs intellicode misses most numpy funcions. 
## Environment data - Language Server version: 0.5.50.0 - OS and version: Manjaro GNU/Linux 20.0.3 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.10 (via pyenv-virtualenv) ## Expected...