Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 css outline

Until Visual Studio 2010, when opening a CSS file a window with all the classes and IDs opened automatically to help CSS file navigation.

In Visual Studio 2013, I cannot find this option; am I missing something, or has Microsoft decided that the feature is not useful anymore?

enter image description here

like image 829
brillox Avatar asked Feb 12 '14 08:02

brillox


1 Answers

Starting from the same point, we leverage Dependency Graphs. Thanks to MEF, VS Solution Explorer is listening to imported graph providers. So we jumped on it in order to bring back a document outline "like" experience for css files. The result is a VS extension available here: http://visualstudiogallery.msdn.microsoft.com/b6dd8050-77fa-4dba-998f-dabdd255d96d

like image 145
Robert j-1 Avatar answered Oct 13 '22 00:10

Robert j-1