AppCode 2018.1 Help

Find Tool Window

View | Tool Windows | Find
N/A

On this page:

Basics

The Find tool window displays the results of the following searches:

The results of each search are displayed in a separate tab, or replace the contents of the current tab, depending on the Open in new tab dialog setting. By default the window appears at the bottom of the screen.

It has a toolbar with a set of buttons, a pane of results, and additional buttons for Replace in Path, and Refactoring Preview operations.

Toolbar buttons

Item

Tooltip and shortcut

Description

settings1

Options
⌥+⇧+⌘+F7

Click this button to open one of the Find Usages dialogs, which corresponds to the symbol in question. You can edit the search settings and click Rerun button to execute the modified search query.

rerun

Rerun
N/A

Rerun the last search.

close

Close
N/A

Close the current tab or the tool window. This button is not available in Replace in Path and Refactoring Preview dialogs.

pin

Pin

Use to pin or unpin the tab. If a tab is pinned, the results for the next command are shown on a new tab.

arrowBack

Recent find usages
N/A

Show the list of recent searches. Select an item in the list to see the search results.

expandAll
collapseAll

Expand all
N/A
Collapse all
N/A

Use these buttons to have all nodes expanded or collapsed.

arrowUparrowDown

Previous/next occurrence
N/A
N/A

Navigate to the previous/next element in the tab of results.

autoScrollToSource

Autoscroll to source

Turns the Autoscroll to source option on or off. When the option is on and you select the search result, the corresponding source file opens in the editor and the appropriate fragment is highlighted in the file.

exportToTextFile

Export to Text File
N/A

Save the contents of the current result tab. In the Export preview dialog, specify the target file or copy information to the clipboard. Before saving, you can also modify the information to be saved.

help

Help
N/A

Use this icon or shortcut to open the corresponding help page.

commonfilter

Group by usage type
⌃+T

This button is available for Find Usages only.
If this button is pressed, the search results are grouped by the following categories:
    groupByTestProduction

    Group by test/production

    If this button is pressed, the usages are grouped according to the Production and Test scopes.

    groupByModule

    Group by module
    N/A

    If this button is pressed, the found usages show under the corresponding module or library node.
    groupByPackage

    Group by package
    N/A

    If this button is pressed, all the usages found are displayed under their respective packages.

    groupByFileStructure

    Group by file structure
    N/A

    If this toggle is on, the found usages are shown under the corresponding method nodes.

    mergeUsages

    Merge usages from the same line
    N/A

    If this toggle is on, the duplicate usages found on the same line are merged.

    showReadAccess

    Show read access
    N/A

    This button is available for Find Usages only.
    If this button is pressed, the search results include references to the read access methods.

    showWriteAccess

    Show write access
    N/A

    This button is available for Find Usages only.
    If this button is pressed, the search results include references to the write access methods.

    showImportStatements

    Show import statements
    N/A

    This button is available for Find Usages only.
    If this button is pressed, the search results include the usages in the import statements.

    previewUsages

    Preview usages

    Turns showing the Preview pane on or off.

    sortAlphabetically

    Sort members alphabetically

    Click this button to have all members sorted alphabetically. Otherwise, members are sorted in the order they are declared.

    Context menu commands

    Item

    Shortcut

    Description

    Jump to Source

    N/A

    Navigate to the selected item in the source code.

    Include

    N/A

    For an excluded item: include the item in the list of results.

    Exclude

    N/AExclude the selected item from the list of results. (Excluded items are shown strikethrough.)

    When you carry out the Replace All or the Do Refactor command, the excluded items are not affected.

    Remove

    N/A

    Remove the selected item from the list of results.

    Recent Find Usages

    N/A

    Show the list of recent searches. Select an item in the list to see the search results.

    Last modified: 19 September 2019