spywhere / Javatar

Java Development Plugin for Sublime Text 3
https://javatar.readthedocs.org/
Other
170 stars 20 forks source link

would it be possible to use Eclim as auto-completer? #72

Open divinites opened 8 years ago

divinites commented 8 years ago

It is understandable that developing a customized semantic auto-completer for Java involves a huge amount of work, but using Eclim is not that scary and there are a couple of successful examples:

spywhere commented 8 years ago

My first initial goal on auto-completion feature in Javatar is aims to be dependency free, performances focus feature. Hence, that is the reason I do not use Eclim in the first place. However, implement auto-complete with Eclim is possible though, honestly, I did not use Sublime Text much these days (I turned over to VSCode since Sublime Text update gap is too long for me).

I will leave this issue open for future plan when I continue working on Javatar.

divinites commented 8 years ago

That's great! I am looking forward to the new Javatar with Eclim, cheers