jdaugherty opened a new issue, #155:
URL: https://github.com/apache/grails-intellij-plugin/issues/155
IntelliJ could be smarter with the completion when editing Grails specific
files:
- completing after `def scaffold = <>` in a controller should offer only
classes that make sense: e.g. only domains.
- completing in the `static constraints = {}` section of a domain class
should only offer the fields of the domain and it's parents. The same for
`static mapping = {}` and other similar "convention" based Grails functionality.
- completing in UrlMappings should offer really only what's allowed to map
there.
---
*Imported from
[IDEA-123542](https://youtrack.jetbrains.com/issue/IDEA-123542) · Type:
Usability Problem · 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]