Skip to content

Releases: srusskih/SublimeJEDI

0.6.10

03 Feb 14:12
Compare
Choose a tag to compare

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

20 Jan 11:35
Compare
Choose a tag to compare

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

29 Nov 11:06
Compare
Choose a tag to compare

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

27 Oct 11:08
Compare
Choose a tag to compare

Changes in 0.6.7

  • plugin reorganization
  • fix parenthesis behavior (issue #91)
  • run Jedi commands only in python scope (issue #79)

0.6.6

07 Sep 10:18
Compare
Choose a tag to compare

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