MPS 2017.2 Help

Viewing Usages of a Symbol

Using the Show Usages function, you can bring up a list of the usages of a symbol across the whole project. So doing, the pop-up window with the list of usages of a symbol features a toolbar with the following buttons:

IconShortcutDescription
/help/img/idea/2017.2/mergeUsages.pngN/AMerge usages of the symbol from the same line.
/help/img/idea/2017.2/showReadAccess.pngN/AShow read access to the symbol.
/help/img/idea/2017.2/showWriteAccess.pngCtrl+WShow write access to the symbol.
/help/img/idea/2017.2/showImportStatements.pngN/AShow usages in the import statements.
/help/img/idea/2017.2/groupByFileStructure.pngN/AIf this button is pressed, the found usages show under the corresponding method nodes.
/help/img/idea/2017.2/find.pngN/AShow search results in the Find Usages tool window.
/help/img/idea/2017.2/settings.pngN/AOpen the Find Usages dialog box for the selected symbol where you can change the search options.

To view the usages of a symbol across the project

  1. Place the caret at the desired symbol in the editor.
  2. On the main menu, choose Edit | Find | Show Usages, or press N/A.
  3. Examine and analyze the detected occurrences of the symbol:
    • Use the toolbar buttons to present search results in the desired way.
    • To jump from search results to a line of source code, click the desired entry.
    • To close the list, press N/A.
  4. If necessary, customize the search options in the search options dialog box. To invoke the dialog box, do one of the following:
    • In the Show Usages pop-up window, click settings1.
    • Press N/A.
Last modified: 26 October 2017

See Also