I've just started with Grails. I made a new project, imported Grails 3.1.0. When I start new project Gradle View will appear, but it will then disappear as Gradle build is progressing. I also don't see Scaffolding toolbar either. I could create New -> Grails Domain Class, Controller...
I don't see Grails View in View -> Tool windows. Looking at same question asked: Grails View disappeared in IntelliJ, how to get it back? but none of 4 answers work for me:
Do you still have Grails menu item in right-click menu on the project root? If not, press 'Add framework support...' in that menu and re-add Grails.
I do have Grails menu with only one option: Run Target. Also under 'Add framework support' i don't see Grails.
- Click on View menu.
- Hover on Tool Windows to let the submenu pop up.
- Click on Grails View
- The Grails view will now pop up ...
I don't see Grails View there.
restart IDE...
Tried restaring, doesn't do it
For me the Grails menu item was available when right clicking on the project but the Grails Tool Window was gone. It was not listed in View -> Tool Windows like @paniclater suggested. I could restore it by doing a right click on the project and select Grails -> Change SDK Version. I just selected the Grails version I was already using and the view popped up.
This looked like my problem, but under under Grails all I have is Run Target.