cheptsov / AdvancedExpressionFolding

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

Separate option for interpolated Strings folding #122

Open sabi0 opened 6 years ago

sabi0 commented 6 years ago

I grew to realize I am not very much in favor of the way interpolated Strings are folded by the plug-in. More often than not it makes the code more difficult to read for me. So I would like to disable this kind of folding. However, this option is currently tied to Collection add/remove, Stream expressions, etc. which are quite useful.

Would it be possible to introduce a separate option for interpolated Strings folding?