Is there a way in Visual Studio to find usages of a CSS class? Right now I have to do search the entire project to find all usages. Sometimes its hard if the class is named as something generic like “title”. I will get all of these search results that have nothing to do with usage of that class.
Share
I don’t know of any built-in way of doing this in Visual Studio, but some regex magic might do the trick. Try searching for this: