Releases: srusskih/SublimeJEDI
Releases · srusskih/SublimeJEDI
0.6.10
cab592d update Jedi to 0.7.1.alpha1
d8f95fe Merge pull request #116 from Shura1oplot/insert-function-args-only-if-se
f7eb660 fix issue #89. Allow completion after "import"
4aa85e0 Merge pull request #114 from Shura1oplot/fix-find-usage
49508ee add regression test for loggin in daemon
7cefdd5 return coordinate of the column, not offset
62c1c9b insert function args only if text following a cursor is space or EOL
d37490a insert function args only if selection is empty
59d5086 fix logging when jedi in daemon.py crashes
0.6.9
Fixes:
- #106
auto_complete_function_params
doesn't seem to work
Changes:
- #103 add option to hide sublime's completions
- #100 replace
python_interpreter_path
with python_interpreter
0.6.8
Changes in 0.6.8
- fixed logger (#95)
- fixed adding "self" after calling completion after "dot" (#87)
- fixed settings example (#94)
- fixed messages.json (#96)
0.6.7
Changes in 0.6.7
- plugin reorganization
- fix parenthesis behavior (issue #91)
- run Jedi commands only in python scope (issue #79)
0.6.6
Changes in 0.6.6
- License changed on MIT (issue #78)
- Fixed paths to configuration files in Sublime menu (issue #80)
- Paths in "Find Usages" and "Go to Definitions" are (issue #81)
project root relative