Fade unimportant lines by regex
I have a lot of unimportant code like
$this->logger->debug('blabla', ['foo1' => 'bar1', ..., 'foo10' => 'bar10']);
It takes focus more than important business logic and I'd like to make it opaque or grey for example by regex /->logger->(debug|info)/
Is there some option or plugin that can do it?
Please sign in to leave a comment.
Nope, unfortuanately there's no functionality for custom highlighting at the moment. Please vote: https://youtrack.jetbrains.com/issue/IDEABKL-5473