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

Fixes #1821 Prefer stub content when stub is available. Don't eval content beyond documentation. Increases analysis speed 20-50% depending on how many stubs are available.

## Environment data - Language Server version: 0.5.45.0 - OS and version: Win7x64 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.8 ## Expected behaviour It shows "ThreadPoolExecutor"...

enhancement
feature: analysis

## Environment data ### vscode Version: 1.44.2 Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd Date: 2020-04-16T17:50:03.709Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Linux x64 4.15.0-96-generic Extension version: 2020.4.74986 OS and version: ubuntu...

bug
feature: references

## Environment data - Language Server version: 0.5.45.0 - OS and version: Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.6, Anaconda ## Expected behaviour To eventually...

## Environment data - VS Code version: 1.44.2 - Python Extension version (available under the Extensions sidebar): 2020.5.76608-dev - IntelliCode Extension version (available under the Extensions sidebar): 1.2.6 - OS...

Hello, I am able to access the documentation of own libraries, but it seems that my current project are not recognized. For instance, in my python-project folder, I have: projectA...

## Environment data - VS Code version: 1.45.0-insider - Extension version (available under the Extensions sidebar): 2020.4.74986 - OS and version: MacOS Mojave - Python version (& distribution if applicable,...

There are some settings in the "Analysis" subsection of the extension settings page that do not have descriptions in the Settings Reference page (https://code.visualstudio.com/docs/python/settings-reference). In particular, I found that the...

E.g. `if`, `try`, `with`. For when discussions about providing code actions begin. Microsoft/vscode-python#2340

enhancement