Idea 9 Beta: Additional Grails Command "shortcuts" within the Grails View?
Hello,
Are there shortcuts within the Grails view in Idea 9 beta for:
1. Create Unit Test
2. Create Integration Test
3. Perform a clean
For items 1 & 2, I would have expected to see the same approach take for creating domain/controllers/services/taglibs.
Thanks!
Please sign in to leave a comment.
There's no such commands yet. Please file a request if you want to.
Alternatively, you could just go to the corresponding domain class or
controller and choose to generate tests from the toolbar on the top of
the editor.
THis can be done using 'Run Grails target' (CtrlAltG). Do we really
need a separate action for that?