cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 30 forks source link

Request for folding 'new' keyword in object instantiations #94

Open kvnxiao opened 7 years ago

kvnxiao commented 7 years ago

Can we get the functionality to hide the new keyword whenever an object constructor is called? Since IntelliJ has the option to edit code theme colours, I usually differentiate between a method call and a constructor call by using different colours already.