This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Grails: completion of controller and action names
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
We have added more Grails-specific completion in IntelliJ Idea X. In particular, IDEA now knows about action and controller names in most places where they can appear.
In the ‘controller’ and ‘action’ attributes of some GSP tags:
In some method calls (e.g. redirect(…), render(…), chain(…)):
In the URL mappings configuration:
Needless to say, find usages and rename work for [...]