grails-vim icon indicating copy to clipboard operation
grails-vim copied to clipboard

Grails project support for Vim

Results 5 grails-vim issues
Sort by recently updated
recently updated
newest added

Additionally to displaying tests, it would be nice to create a test file for a source file. If the test file already exists, just open it.

It would be nice to switch to test file and back using same command. So the idea is the following: if you are in a test file, try to find...

In our project, we use "Spec" for all test files.

gr should open the test report, and find the exact spot where the error/test failed. You can do this by grepping for a certain pattern.

0.3

If you're in create.gsp and jump to controller, it will go to def create = { }