Highlighting subroutines in Notepad++

Posted by predatflaps on Super User See other posts from Super User or by predatflaps
Published on 2012-10-20T06:43:38Z Indexed on 2013/11/08 10:03 UTC
Read the original article Hit count: 162

I would like to highlight the contents of IF statements in a slightly different colour from the background, so that I can see them more easily.

Is it possible in Notepad++?

it would be amazing to highlight all the nested subroutines in a function in slightly different light/dark colours depending on the scheme so that you can straightaway see the commands at a glance without spying out the curly brackets. not psychedelic colours, just slightly visible background colour difference. wouldn't it be great?

Function Foo(){
   highlight one color
     if(){highlight color2
       for(){highlight color3
          if (){hilghlight color4
          }
       }
     }
  }
}

© Super User or respective owner

Related posts about Windows

Related posts about notepad++