Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@srusskih srusskih released this 23 Apr 13:40
· 99 commits to master since this release

c9beefb Strip out leading spaces when autocompleting default arguments (#236)
f5e4c01 Added support for hanging indentation of args in the signature popup (#235)
2ad8124 Upgrade Jedi to v0.11.1 (#233)
721526d Detect optional arguments by the presence of '...' or '*'