jdaugherty opened a new issue, #336: URL: https://github.com/apache/grails-intellij-plugin/issues/336
Support feedback: We have added custom tags to the taglib which wrap existing gsp tags such as the <g:javascript src="..."/> to support cache busting by changing the file names based on which build number we are on. The only problem with these custom tags, we cannot use intellij's goto functionality to view which files the input attributes are referring to without manually looking up the files ourselves. For example using the tag <g:javascript src="myDir/myJs.js"/> If I hold control and left click on the src attribute, intellij will navigate to myDir/myJs.js and open the file. Our custom tags do not have this feature even if the attributes have the same name and javadoc. Is there a way to add support for this in our project? Such as adding a javadoc which tells intellij the src attribute is a dir? --- *Imported from [IDEA-199021](https://youtrack.jetbrains.com/issue/IDEA-199021) · Type: Feature · Votes: 31* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
