vote up 0 vote down star

I wrote an IntelliJ IDEA plugin for version 7.0 that uses JspxIncludePathReferenceProvider to allow autocomplete in a custom JSP tag (e.g. dsp:include src="/path/to/file.jsp").

The new version 8 of IntelliJ has changed the API for the Reference providers and I can't figure out how to convert this plugin for the new API.

Any suggestions?

flag

1 Answer

vote up 0 vote down

JspReferenceProvidersUtil.PATH_REFERENCES_PROVIDER

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.