AppCode 2018.2 Help

Finding Usages in Project

AppCode provides different search options depending on 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.

AppCode FindUsagesInProjFiles

Finding usages of a symbol in a project

  1. 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.
  2. Do one of the following:
    • On the main menu, choose Edit | Find | Find Usages
    • Choose Find Usages on the context menu
    • Press ⌥F7.
  3. In the Find tool window, explore search results. Use the icons general filter button to represent search results in meaningful groups by type of usage.

While analyzing the search results, you can at any time open the search options dialog box by clicking icons general gearPlain svg in the Find tool window or by pressing ⌥⇧⌘F7.

Last modified: 16 August 2018