Visual Studio 2013 css outline
css, visual-studio-2013
Solution
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
Problem
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?