Groovy auto complete closures with {} vs ()
已回答
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.
请先登录再写评论。
Feature request is welcome at https://youtrack.jetbrains.com/issues/IDEA. Thank you.