Releases: atom-community/ide-python
Releases · atom-community/ide-python
v0.10.0
v0.9.2
🐛 Bugs:
- ⬆️
[email protected]
: 520a811- Fix autocomplete with
tree-sitter
parser: atom/autocomplete-plus#962
- Fix autocomplete with
v0.9.1
v0.9.0
⚠️ Action required ⚠️
ide-python
now supports python-language-server 0.17
which makes a lot of dependencies optional #97
For this release to work best please upgrade python-language-server
using:
pip install 'python-language-server[all]' --upgrade
🎉 Features
autopep8
formatter is now the default- Make rope folder configurable and don't construct it if
rope
is disabled - Support PyDocStyle configuration
- And many more in the server
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.0
v0.5.0
🎉 Features
- Update
atom-languageclient
to 0.8.0 #66- Automatic triggering only if a trigger character specified by the server is typed (this should improve performance as well as cut down connection issues caused by crashing servers)
- Filtering is performed by
atom-languageclient
when server reports results are complete (perf, better results) - Resolve is now called only if the language server supports it
- Enabled Jedi Symbols, All Scopes by default #62