python-language-server
python-language-server copied to clipboard
Microsoft Language Server for Python
## Environment data - VS Code version: 1.45.0 (also tried on insiders 1.46.0-insiders) - Extension version (available under the Extensions sidebar): 2020.4.76186 (27 April 2020) - OS and version: Linux...
- Language Server version: 0.5.45.0 - OS and version: linux - Python version (& distribution if applicable, e.g. Anaconda): various 2.7-3.X ## Expected behaviour recursive symbolic loops to not be...
## Environment data - Language Server version: vscode python extension v2020.6.89148 - OS and version: windows 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.7.7 ## Expected behaviour...
It would be nice, for Test-Driven Development, if we could right-click on a method name in a test, for a method that does not yet exist, and generate a new...
@amittleider commented on [Fri Jun 07 2019](https://github.com/microsoft/vscode-python/issues/5944) Currently the MS Language Server won't allow jumping to a class (using Go to Definition) if it's found in a different VSCode workspace....
I'm wondering if you have any plans to create an LSIF emitter for python (like TypeScript's: https://github.com/Microsoft/lsif-node/ or Java's https://github.com/Microsoft/lsif-java) cc @dbaeumer @jdneo
separate language server to standalone directory , avoid re-download it when extension auto update
I notice that when python extension update, a new extension directory like `~/.vscode-server/extensions/ms-python.python-2020.5.80290` will be set up. then i have to **re-download the same version** of language server because the...
Issue Type: Bug When editing Python code, ramdomly switch between tabs and sometimes the Outline window doesn't show methods, classes, etc. as usually does. It keeps "loading" members forever. But,...
# Bug: Editor ## Steps to cause the bug to occur ### Preparation 1. Clone the Ceph repository from https://github.com/ceph/ceph. It contains many Python scripts that do not always depend...
## Environment data - Language Server version: 0.5.50.0 - OS and version: Linux 20f9532e0e96 4.19.84-microsoft-standard #1 SMP Wed Nov 13 11:44:37 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - Python version...