Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.12.1
- Fixes pydocstyle lining when run against empty or invalid source files
0.12.0
- Fixes some bugs in Rope completions
- Fixes some bugs in Jedi completions
- Adds support for configuration providers
- Do not exit on KeyboardInterrupt
- Extract parameter docstrings
0.11.1
0.11.0 breaks textDocument/completion, please use 0.11.1
- Support for workspace-wide symbol renames
- Improved performance for completions of large modules like numpy, pandas
0.10.0
- Completion detail now shows inline parameters and full module path
- Symbols request now populates
containerName
, allowing clients to construct an outline view.
- Docstrings are no pre-processed to better display whitespace in markdown.
0.9.0
add error severity to pyflakes (#166)
0.8.0
- Support pycodestyle configuration options.
0.7.0
- Turn on all_scopes by default when using jedi_names.
0.6.1
- Fixes setting the
activeParameter
option in document/symbols
requests.
0.6.0
- Fixed shutdown handling to respect the LSP.
- Always use warnings (not errors) for pycodestyle diagnostics
- Load sys_path from virtual envs.
- Added support for McCabe and Pydocstyle
- Bug fixes
0.5.0
- Debounce lint calls to improve performance
- Respect pycodestyle configuration in user's home directory
- Respect yapf style configurations
- Add -v and -vv options to command line to adjust logging verbosity
- Support configurationDidChange messages from client
- Allow plugins to define default settings