문제

I'm extensively using debug level logging like that:

Log::instance()->add($this->debugLogLevel, "\nTransaction is started");

What I don't like is that it interferes with real code. Is there any way to define custom highlighting for these pieces of code (like for example for comments)?

도움이 되었습니까?

해결책

As far as I'm aware there is no such option.

http://youtrack.jetbrains.com/issue/IDEABKL-1561

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top