eclipselabs/eclipse-language-service

[Completion] Highlight completion items according current word (like Recommanders)

Closed this issue · 4 comments

It should be very good to highlight completion items according current word (like Recommanders). I have already done that for typescript.java

If you are interested, I could do a PR.

Yes, such feature would be welcome. However, it needs to be considered carefully which parts should go to the Generic Editor directly, and which parts should remain on the language server integration here.

Also, note that subword completion and highlighting is now directly in JDT (no need for recommenders to have this).

To support this issue we need to retrieve the word according the language. Today it's not possible. See #49 (comment)