python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Microsoft Language Server for Python

Results 101 python-language-server issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

I have code I developed myself I can never see the definition of it as I type. How can I get help?

question

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...

tech debt
python-3.8
upstream-typeshed

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...

enhancement

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...

typecheck-diagnostics

## 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...

![image](https://user-images.githubusercontent.com/44701446/71256607-31f80780-236c-11ea-9b5d-bb9456a10db0.png) ![image](https://user-images.githubusercontent.com/44701446/71256619-43411400-236c-11ea-9791-6341e9ff2566.png) After installing latest python-language-server, vs intellicode misses most numpy funcions. ![image](https://user-images.githubusercontent.com/44701446/71299715-ce042c00-23c9-11ea-9c90-7be10773bddc.png)

bug
feature: analysis

## 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...