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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -