jdaugherty opened a new issue, #89: URL: https://github.com/apache/grails-intellij-plugin/issues/89
*Build 110.502* Consider there is a domain class **foo.Book** and its views. Open show.gsp file. Alt+Enter on unresolved **bookInstance** -> Add dynamic property. Type **Boo** in **Property type** field, invoke Completion, choose **Book (foo)**. Result: no package prefix is inserted; "Type 'Book' is not resolved" message is shown. Note 1: when invoking Code Completion for some library type, package prefix is not inserted either, but the type is resolved. Note 2: when adding dynamic properties from groovy files, package prefix is inserted on Code Completion. --- *Imported from [IDEA-77367](https://youtrack.jetbrains.com/issue/IDEA-77367) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
