PyCharm provides different search options depending whether you are searching for usages of a class, method, field, parameter, or throw statements, and extends search for usages to the files in supported languages. For example, in CSS, XML and HTML files you can search for the usages of styles, classes, tags and attributes.
Explore search results in the Find tool window.
- Select a symbol to find usages for. To do that, place the caret within the desired symbol in the editor, or click the symbol in the Project tool window. You can also select symbol in the Model Dependency diagram.
- Do one of the following:
- On the main menu, choose
- Choose on the context menu
- Press Alt+F7.
- In the Find tool window, explore search results. Use the
button to represent search results in meaningful groups by type of usage.
Click thumbnail to view larger image.
While analyzing the search results, you can at any time open the search options dialog box
by clicking click in the Find tool window or by pressing Ctrl+Shift+Alt+F7.
See Also
Concepts:
Reference:
- Find Usages. Class Options
- Find Usages. Method Options
- Find Usages. Variable Options
- Find Usages. Package Options
Web Resources: