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