Currently, I am in the process of developing my very first Asp.net Core 2.0 Mvc website. While I typically rely on web forms, I decided to venture into something new.
In my .cshtml files, I have encountered a limitation where I am unable to F12 or right-click and "go to definition" on CSS classes. Initially, I suspected an issue with my installation; however, when I tested it on a web forms application, everything worked seamlessly from an ASPX page.
I have come across discussions dating back to 2013 regarding this particular problem, but unfortunately, no concrete solutions have been offered thus far.
Even after installing web essentials, I still faced the same obstacle. Navigating through CSS files manually, especially when they are minified, becomes quite challenging. My development environment is Visual Studio 2017 Professional.