Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like outline view in VS?

Eclipse's Outline view

I come from Eclipse world and there we have this kind of outline view.

Is there something like this in VS2010? Maybe some plugin? I do have ReSharper.

like image 410
IAdapter Avatar asked Feb 21 '11 22:02

IAdapter


People also ask

How do I use the outline view?

The Outline view is a separate section in the bottom of the File Explorer. When expanded, it will show the symbol tree of the currently active editor. The Outline view has different Sort By modes, optional cursor tracking, and supports the usual open gestures.

Is there an outline window in Visual Studio Code?

There is an Outline window, interestingly, present in Visual Studio Code, which is free. One should also note that the feature can somehow be achieved by using Visual Studio combo boxes that stand right above the code editor window. – Veverke

How do I Turn on the outlining in word?

Click "Edit" in the left scroll list and then scroll down on the right until you see the two "Outline Toggle" commands: 4.) Choose one (I'll choose "Outline Toggle All" to toggle outlining in the entire open document) and click "OK." 5.) Now that command will be apart of the toolbar who you first clicked "Add/Remove Buttons" to.

How are outlining regions marked?

Outlining regions are marked by a kind of tag ( OutliningRegionTag ). This tag provides the standard outlining behavior. The outlined region can be expanded or collapsed. The outlined region is marked by a Plus sign ( +) if it's collapsed or a Minus sign ( -) if it's expanded, and the expanded region is demarcated by a vertical line.


1 Answers

Yes. It's provided by ReSharper.

Go to ReSharper → Windows → File Structure.

like image 57
Stefan Monov Avatar answered Sep 21 '22 16:09

Stefan Monov