As you already know, we are working on GSP editing improvements in IntelliJ IDEA X. In particular, now the editor knows about the variables that the controller supplies to the view.
Example:
Consider an action returning a bookList variable:
And the corresponding GSP file has access to this vari…