srusskih / SublimeJEDI

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

Is the project still alive? #329

Open daniele-niero opened 2 years ago

daniele-niero commented 2 years ago

I see that the last submission was almost a year ago. In the meantime, Sublime Text 4 has been released... I'm having trouble to use this plugin with Sublime version 4, hence the question in the title.

srusskih commented 2 years ago

I have no time right now to contribute to the project. But you are welcome to submit your PR :)

daniele-niero commented 2 years ago

I wish I had the time to contribute to projects as big as this one... I was only wondering if I have to look for something else or if I can stay with my favourite Sublime plugin ;)

kylebebak commented 2 years ago

For anyone that wants functionality similar to Jedi's autocomplete in Sublime Text, consider installing sublimelsp and LSP-pyright

Full disclosure, I don't work on any of these projects