Skip to content

v0.9.0

Compare
Choose a tag to compare
@lgeiger lgeiger released this 27 Mar 00:24
· 255 commits to master since this release

⚠️ 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