|
|
|
The lack of package support lops off a huge chunk of benefit from JetGroovy.
I'm starting to use Groovy and Grails (and thus JetGroovy) more and more and have found the lack of package support in Grails to be one of the main pain points of this otherwise very nice plugin. Putting code in the default package may be fine for small demos and prototypes, but it isn't really an option for production code. Any plans for adding package support soon?
Thanks! I'm ready to move to Intellij just because of this great plugin.
But the lack of domains packages is a no go for me. I really can't put all my domain classes at the default level I also use the RichUI plugin which is not recognized because of packages. +1
This is important for me too. Is there any chance of it being patched in the near future? Forgot to mention that I first encountered this issue when editing a Controller that was in a package. The groovy editor does not recognize the package under the grails-app/controllers folder (e.g. grails-app/controllers/com/abc) and flags the package statement ("package com.abc") as an error.
This seems like a pretty important issue, since packages are pretty much a must for a large application. Any chance we can get a reply from IntelliJ on this?
This is must have feature for me and really show-stoper. Also seems to be trivial to fix.
Chiming in again - this is a very important issue for enterprise Grails development. Groovy / Grails was the reason that pushed me to purchase Idea. Can anyone from IntelliJ state if they have plans to add it, and if so when?
|
|||||||||||||||||||||||||||||||||||||||||||||
In JetGroovy 1.0.13464 are the switcher not showed for such domain classes -> I cannot generate the controllers and views (Note: it works in command line with grails generate-all de.compagny.project.model.Item)
Thanks for this great plugin.