Groovy auto complete closures with {} vs ()
Answered
By default methods that accept closures (such as [].findAll) auto complete with (), but I'd far prefer {}. ([].findAll{} vs [].findAll({})) Is there a way to do this in the configs? I couldn't find it if there is.
Please sign in to leave a comment.
Feature request is welcome at https://youtrack.jetbrains.com/issues/IDEA. Thank you.