Navigation and Search in CSS
Most of ReSharper's navigation and search features are also supported in CSS. You can find the detailed information on these features in the corresponding topics of the Navigation and Search section. In the main topic of the section, you can also find the feature matrix and check what exactly is supported in CSS.
In this topic, you can find some examples of using navigation and search features in CSS:
Navigation within CSS file
File Structure and Go to File Member are both available in CSS files, so you can navigate to an element from the editor or File Structure window:
These navigation features fully support lowerCamelCase search, enabling you to instantly land at selectors with tricky names, like this:
Navigation between CSS and markup files
There are several methods you can use to navigate from a CSS file to a markup file and vice versa. For instance, you can invoke Navigate to usage on a CSS selector or class and navigate to a usage inside markup file:
As an alternative, you can choose Matched Tags from the Navigate To context menu in order to navigate to tags that match chosen CSS element.
In order to navigate from a markup file to a CSS file, you can use the Go To Declaration feature:
Search
You can easily find where a certain CSS property or selector is used both within the current file and in a larger scope. For example, when you have multiple CSS files in your solution, applying Find Usages over a selector in one of these files finds all occurrences of the selector in all remaining files:
Go To Matched Tags
This navigation feature allows you to find all HTML tags that are matched by a specific CSS selector. To invoke this feature, place the caret on a CSS selector and press ? or choose Matched tags,
in the main menu, then choose There is no default shortcut for this action. However, you can assign a custom shortcut in Visual Studio options (ReSharper_GotoMatchedTags