All Versions
11
Latest Version
Avg Release Cycle
88 days
Latest Release
1286 days ago

Changelog History
Page 1

  • v0.18.0

    October 15, 2020
  • v0.17.0 Changes

    March 06, 2020

    โฌ†๏ธ 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 Changes

    August 09, 2019

    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 Changes

    June 12, 2019

    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 Changes

    December 27, 2018
    • โฌ†๏ธ upgrade to jedi lib to v0.13.2
    • ๐Ÿ‘ Python 3.3 support discontinues by jedi lib.
  • v0.13.4 Changes

    August 21, 2018

    Sublime Jedi v0.13.4

    ๐Ÿ”„ Changes

    • ๐Ÿ›  fix duplication in function parameters completion (#267)
  • v0.13.3 Changes

    August 13, 2018

    Sublime Jedi v0.13.3

    ๐Ÿ”„ Changes

    • ๐Ÿ›  fix function parameters autocompletion in function body. (#265)
  • v0.13.2

    July 19, 2018
  • v0.13.1

    July 12, 2018
  • v0.13.0 Changes

    July 12, 2018

    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)