jdaugherty opened a new issue, #166:
URL: https://github.com/apache/grails-intellij-plugin/issues/166
I have controller with action like this:
```
class User {
def show() {
[someText: 'ololo']
}
}
```
By a convention over configuration in Grails I created view in path
`grails-app/views/user/show.gsp`
All works fine, except that when I select this GSP file and trying to find
usages (Alt+F7) IntelliJ says "No usages was found" that is not true
---
*Imported from
[IDEA-128597](https://youtrack.jetbrains.com/issue/IDEA-128597) · Type: Bug ·
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]