Grails constraints code completion?
Hi all,
Would it be possible to add grails constraints code completion? Currently, when I have this code in a domain class:
String name
static constraints = {
name(<cursor>)
}
And press ctrl+space, I get this:
However, I guess it would make more sense if I would get the grails constraints here (nullable, blank, email, etc, or, smart as you guys are, also custom validators!). The current code completion here is not useful, so it would be great if an improvement here was possible!
Thanks, Erik
请先登录再写评论。