-
Open the desired Grails element in the editor:

- Click the desired scaffolding button, and choose Generate:

IntelliJ IDEA implements the powerful Grails facility to generate controllers, views, and tests from the Grails elements. For this purpose, the editor for the Grails elements provides a toolbar, which enables you to run the Grails scaffolding generation targets.
So doing, the names of the scaffolding elements are generated on the base of the Grails elements' names, and the scaffolding files are placed to the corresponding directories of the module structure.

