cheptsov / AdvancedExpressionFolding

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

Allow configuration #150

Open oscarryz opened 3 years ago

oscarryz commented 3 years ago

I would like to be able to configure what elements to fold and what left untouched. For instance I would like to disable folding for collection.add

The plugin while very useful to read code (specially someone other people's code) feel intrusive when I'm writing new code. Sometimes I introduce a bug and while trying to review it I find my self constantly clicking on the folded code to expand it to double check if my logic is correct.