- jedi completion `param` sorts first in COMPLETION. Resolves <https://github.com/pappasam/jedi-language-server/issues/19>
0.12.1
====================
Changes -------
* fix issue with specific python interpreters, when sys.prefix could not be found properly (250)
0.12.0
====================
!!! WARNING !!! ---------------
v0.11.1 is the last version that support Python 2.6.x
0.11.2
Changes -------
* Upgraded Jedi to 0.12.0 (240) * Added support of virtualenv. See README for details. * Added sublime repl intergation. Now you can enable or disable completion with the plugin in SublimeREPL. See README for details.(83) * Fixed completion when file are not saved
0.11.1
====================
!!! WARNING !!! ---------------
v0.11.1 is the last version that support Python 2.6.x
Changes -------
* Strip out leading spaces when autocompleting default arguments (issue 236) * Added support for hanging indentation of args in the signature popup (issue 235) * Detect optional arguments by the presence of '...' or '*' * Upgrade Jedi to v0.11.1 (issue 233)
0.11.0
Added
- hierarchicalDocumentSymbolSupport (eg, you get a nice outline when making a documentSymbol request). Conditionally provides this functionality based on whether your language client supports this.