srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Upgrade Jedi to 0.12.0 #240

Closed edelvalle closed 6 years ago

edelvalle commented 6 years ago

Use Jedi directly inside the sublime Python interpreter without break the interface. Notice this is a suggestion...

Using Environments:

@srusskih give me your opinion Cheers, Eddy

srusskih commented 6 years ago

You did a great job! Thanks!

Blocking operations for Sublime2 are little worry me. Maybe we can spawn a Thread for ST2 users? Blocking operation can so be annoying, especially when you got stacked after each key-press 🤤

edelvalle commented 6 years ago

Sure, I will do so using the Python 2 API for that... thread.start_new_thread, is that ok?

srusskih commented 6 years ago

Sounds good

edelvalle commented 6 years ago

@srusskih Ready to go!