jdaugherty opened a new issue, #285:
URL: https://github.com/apache/grails-intellij-plugin/issues/285
In a GSP file
1. type **${TestC}**
2. ctrl+whitespase (after letter C)
3. Correct class will be suggested – press enter
At result will be inserted class with full path
**${new com.test.TestClass}** and import of class at start of GSP
And Idea immediately show hint "Replace qualified name with import"
**${new TestClass}** mast be inserted, without unnecessary path
Bug exist in Idea 2016.3 and reproducible for any version of grails
---
*Imported from
[IDEA-166410](https://youtrack.jetbrains.com/issue/IDEA-166410) · Type: Bug ·
Votes: 1*
*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]