Navigation
Are there plans to provide the same type of navigation that is capable with Seam.
I have just started using grails and found myself in several places selecting a propery or action in the gsp or property in a controller and hitting ctrl+b or on an object typing the name then . followed by ctrl+space to get some autocompletion.
Both cases do not offer any support. Are there plans on providing this?
Thanks
Please sign in to leave a comment.
This navigation exists and works for me. Could you give some example
that doesn't work for you?
Hi Peter,
Please see attachment, in the cases shown I'm hitting ctrl+b on the class propery and action and I'm not being taken to the code. This is an intellij generated grails project on diana build 9684 and using grails b2.
Attachment(s):
cantNavigateInGrailsApp.swf
Hi Samuel,
The navigation in .groovy files just doesn't understand the 'user' variable type. If you change 'def' to 'User', the references should start to resolve. I've created a JIRA issue: http://www.jetbrains.net/jira/browse/GRVY-2025
As for action navigation, it's another problem: http://www.jetbrains.net/jira/browse/GRVY-2026
Than you for reporting!