I get the below error when I hit ctrl+space for Spring annotations autocompletion.
As soon as I hit ok button, I get the suggestions as expected.
I have tried other suggestions for disabling disabling subwords completion processsor and Java Proposals(Code Recommenders).
Disabling the subwords, works for me, but what if I don't want to disable this feature?
Disbaling the Java Proposals did stop the error dialogue from appearing, but I no more get the appropriate suggestions.
For example, while looking for "@Res..." I would normally want to see Spring's RestController listed in the suggestion, but its not there.
Any help in this regard is appreciated.