cheptsov / AdvancedExpressionFolding

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

Keep syntax highlighting for some folds ? #138

Open bric3 opened 4 years ago

bric3 commented 4 years ago

I noticed that some folding had the side effect to replace text has non highlighted. E.g for regex :

The folded expression Screenshot 2020-02-12 at 10 58 42

The real expression Screenshot 2020-02-12 at 18 30 40

Maybe there's a way to replace this text by a syntax highlighted one ? Or maybe disable this folding as I prefer the syntax highlighting of the IDE that is more readable in the end.

What do you think !

Thanks for this plugin by the way it's quite nifty !