Releases: srusskih/SublimeJEDI
Releases · srusskih/SublimeJEDI
Release v0.20.0
0.20.0 (2022-08-30)
Release v0.19.0
0.19.0 (2022-07-15)
v0.17.0
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
v0.15.0
v0.14.0
v0.13.4
v0.13.3
v0.13.0
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)