jdaugherty opened a new issue, #315:
URL: https://github.com/apache/grails-intellij-plugin/issues/315
I would like to suggest support for this.
If i have a .gsp page in my Grails application theres no support
intellisense wise for this neither in refactoring, go to declaration aso.
in a .gsp page:
<g:set var="myService" bean="myService"/>
${myService.myMethod()}
in MyService.groovy
class MyService {
String myMethod() {}
}
if you refactor myMethod() the code in the .gsp file is not included.
Like wise if you select myMethod() in the .gsp file and select go to
implementation nothing is found
---
*Imported from
[IDEA-177663](https://youtrack.jetbrains.com/issue/IDEA-177663) · Type: Feature
· Votes: 0*
*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]