i am new to grails . i installed grails 3.1.8 and JDEA 2016.1 ultimate . in grails project JDEA can not resolve save method for domain class objects and also read, delete, get. BUT it works and data is saved in database. so , how to solve this problem? thank you! sorry for bad English!
Asked
Active
Viewed 172 times
1
-
When you say "not resolve save method", are you meaning that Intellij does not have intellisense? If I am right, as far as I know, you can't. IDE's (GGTS, Intellij, Eclipse, etc) are not fully compatible yet with grails 3.x – hdlopez Jun 08 '16 at 01:45
-
idea says: "cannot resolve symbol save", i do not know what is intellisense, but it look like that there is no save method, but in runtime it works and data save in database. – mehrdad Jun 09 '16 at 13:41
-
Intellisense is the microsoft implementation, but [here](https://en.wikipedia.org/wiki/Intelligent_code_completion) you have the definition. As I said, probably because IntelliJ is not fully compatible with grails 3.x, idea doesn't know about the method but it works because the method exists in grails domain classes – hdlopez Jun 09 '16 at 13:47