Skip to content

Releases: srusskih/SublimeJEDI

Release v0.20.0

30 Aug 09:04
95c185d
Compare
Choose a tag to compare

Release v0.19.0

15 Jul 13:11
6eaf8f2
Compare
Choose a tag to compare

0.19.0 (2022-07-15)

v0.17.0

06 Mar 15:38
b432d36
Compare
Choose a tag to compare

7a8538c Upgrade to jedi 0.16.0
a6cabbc Improvement when completing kwargs of a function: selection should be on the value not on the argument name.
c154a8e Fix condition and bring comment back
5901c58 Revert to old sorting
73eb194 Remove unused function
26a366e Redo the sorting of completions using line proximity
944fc18 Show completions if there is any at all
02bc918 Tiny optimization
ce02153 Prevent flickering of autocompletion
694b8e7 Make the auto-completion asynchronous

v0.16.0

09 Aug 03:18
Compare
Choose a tag to compare

Sublime Jedi v0.16.0

  • New Features: Rename all occurrences of symbol, and automatically highlight all occurrences of symbol
  • Upgrade jedi 0.14.1

v0.15.0

12 Jun 13:53
Compare
Choose a tag to compare

Sublime Jedi v0.15.0

  • Adds only_complete_after_regex setting
  • Upgrade jedi to 0.13.3 and parso to 0.4.0

v0.14.0

27 Dec 11:08
Compare
Choose a tag to compare
  • upgrade to jedi lib to v0.13.2
  • Python 3.3 support discontinues by jedi lib.

v0.13.4

21 Aug 08:48
Compare
Choose a tag to compare

Sublime Jedi v0.13.4

Changes

  • fix duplication in function parameters completion (#267)

v0.13.3

13 Aug 14:15
Compare
Choose a tag to compare

Sublime Jedi v0.13.3

Changes

  • fix function parameters autocompletion in function body. (#265)

v0.13.0

12 Jul 09:57
Compare
Choose a tag to compare

Sublime Jedi v0.13.0

Changes

  • Upgrade parso to v0.3.1 (#258)
  • Upgrade to jedi==0.12.1 (#256)
  • Update completion behavior. No more blinking on completion. You can turn
    on/off completion in you SublimeREPL. Argument completion improvements.(#244)
  • Add follow_imports option. When "go to definition" called, you can go to
    import point or go to definition point, this option is configurable. Check
    documentation for more info.(#246)

v0.12.1

24 May 15:09
Compare
Choose a tag to compare

Sublime Jedi v0.12.1

Changes

  • fix issue with specific python interpreters, when sys.prefix could not be found properly (#250)