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.

0

请先登录再写评论。