How can I use Class View for web page code in Visual Studio?

I always used incremental search, but recently started using a browser plugin for vim and would like something similar in Visual Studio to navigate through methods, properties, etc. in a browser type window. This seems to be what the View class is intended for, but when I am on the page code, it does not appear in the class view. When I look for a class, it appears, but when I click on it, I get "Object definition hidden." Is there some kind of basic setup that I am doing wrong, or does VS not support class browsing for page classes? Is there an extension that does this (I am using VS2010)?

+4
source share

Source: https://habr.com/ru/post/1333481/


All Articles