python-language-server
python-language-server copied to clipboard
Microsoft Language Server for Python
## Environment data - Language Server version: 0.5.50.0 - OS and version: Gentoo Linux - Python version (& distribution if applicable, e.g. Anaconda): 3.8 ## Expected behavior Being able to...
### Environment data - Language Server version: XXX - OS and version: Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): Anaconda Python 3.7 ### Code Snippet /...
## Environment data - Language Server version: XXX - OS and version: Ubuntu 19.10 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.6 ## Code Snippet / Additional...
## Environment data - VS Code version: 1.45.1 - Extension version (available under the Extensions sidebar): 2020.5.80290 - OS and version: Linux x64 5.4.0-29-generic - Python version (& distribution if...
It's actually quite dangerous to rely on "Find All References" when refactoring code since it doesn't really return all references. I think this feature should be turned off until it's...
Issue Type: Bug Still getting lots of errors / warnings from the language server. I constantly either have to restart VSC or delete all the code and re-paste it into...
## Environment data - VS Code version: 1.43.0 - Extension version (available under the Extensions sidebar): 2020.2.64397 - OS and version: Windows 10, Ubuntu 18.04 - Python version (& distribution...
As of version 0.5.30.0 the language server does not seem to support the python descriptor protocol, that allows definition of functions similar to the `@property` decorator. The documentation for this...
Thinking it'd be nice for the Outline view if we could differentiate between classes imported into a module vs. declared within, especially for the purpose of [filtering by type](https://code.visualstudio.com/updates/v1_40#_type-filters-for-outline-and-breadcrumbs). I...
I first asked [this feature here](https://github.com/microsoft/vscode/issues/97036). I use project with Python/C++ over SSH. After few days of use, I guess VSCode updates and previous language server processes remain dangling. I...