In my files I have some debugging codes, most of them 1 line per method.
Although they are useful for debugging, I want them to be shown in a different way.
Is it possible with intellij idea 13 beta, to change line color regarding to keywords ?
For example:
- if line starts with MyClass
- if line has "MyClass" word inside
then line color or font color will be changed ?