Tag attribute completion?
A feature that I'm constantly missing, is autocompletion for tag attributes. This autocompletion is (in theory) possible using the Tag Library Descriptor (tld) files that are located in every Grails project.
Am I overlooking something? Or is this feature not implemented for GSP?
Please sign in to leave a comment.
Has anyone found the answer to this?
Wow, that would be a really nice feature!! Are there any plans of integrating this into the plugin in the future?
Greetz
Yes, we are going to. :) I've just created an issue in our tracker.
http://www.jetbrains.net/jira/browse/GRVY-1742
Ilya
Great! I love this plugin, makes me "develop with pleasure"!! :)
BTW,
Such heuristics for tag attribute completion may be implemented only for built-in tags and some tags form JavascriptTagLib, cause no other default tags is mentioned in standard grails.tld file.