You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)