I would like to know (as I've failed so far in finding such a feature in the Visual Studio's options), if there is a feature which allow for scope highlighting same as seen in the BlueJ IDE for java?
Here is an example:
Note how the code blocks are all highlighted with color, when learning java using blueJ I found it to be extremely easy on the eye when looking at code, and everything felt a lot more organized, moving to C# and working on Visual Studio, its all text with some highlighting, Class names, keywords etc., but in general it still feel like a black text on a white background and lacking that organized feeling i sorely miss from blueJ,
Is there such a feature in Visual Studio? Is there an add-on \ plugin for VS which allows it? I'm aware of structure visualizer (guide lines), that's not what I want.