In visual studio I can right-click on most things (methods, class instances, local variables...) and I get options for "Go to definition" and "Find all references".
Is there anything like that in visual web developer? In particular, can I somehow get every place where a specific style in a CSS file is used (-I see the style in a CSS page, and want to know if and where is it being used)?
(I'm referring to a web application project. Does it matter?)