No completion for type operator `instanceof`
codeinabox opened this issue · 2 comments
codeinabox commented
Should it produce a completion for the type operator instanceof?
complex857 commented
No, at this moment that context is not supported, but it's a good suggestion.
complex857 commented
I've added some support for the instanceof context, Unfortunately fqcns are hard to get from tags, so you will need to ask more than one completion after an another if you have names as well in your class names, but i think still better than nothing.
Let me know if you find it useful or not.