c++ - Sublime Text 2 (or/and Xcode): Alternating background color for consecutive methods/functions? -
i wondering if there way display methods/functions of .cpp file alternating background colors, spot these methods begin , end when browsing code. same question xcode?
for example:
// here starts light grey bg void method1(){ ... } // starts dark grey bg void method2(){ ... } // again light grey bg void method3(){ ... } // etc...
thanks!
Comments
Post a Comment