Reputation: 31
When I right-click on a css class in an html file in Visual Studio 2015 Enterprise edition, i don't see the option to "Go To Definition". Nothing happens if I press F12 either. Intellisense works, but I have no easy way of finding where the class referenced is actually defined. I've restarted VS, and also looked at a colleague's setup that works fine and can't see a difference. I know it's not the end of the world, but any help much appreciated. Thanks.
Upvotes: 3
Views: 1872
Reputation: 2675
There are a couple of solutions both 'Extensions and Updates' to Visual Studio:
My preference would be Web Essentials as I found one of the other power tools features 'Solution Error Visualizer' a bit buggy.
As to your colleague's set up hard to say. Out of the box visual studio sometimes installs web essentials by default.
Upvotes: 4