Extending jsp Code completion
Hi all
I'm trying to find a way to extend jsp code completion to easy the development with our web framework. I would like to extend the existing one, just adding elements to the standard PsiReference.getVariants() for jsp filetype/Language and not rewrite it from scratch
if I build my own getVariants() how can I add the element to the standard dropdown and get reference to the caret position etc?
Thanks
Sam
Please sign in to leave a comment.