PyCharm Edu 2017.3 Help

Find Tool Window

View | Tool Windows | Find
Alt+3

On this page:

Basics

The Find tool window lets you work with search results.

Toolbar buttons

ItemTooltip and shortcutDescription
settings1 Options
Ctrl+Shift+Alt+F7
rerun Rerun
Ctrl+F5
Rerun the last search.
close Close
Ctrl+Shift+F4
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
Ctrl+E
Show the list of recent searches. Select an item in the list to see the search results.
expandAll
collapseAll
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.
arrowUparrowDown Previous/next occurrence
Ctrl+Alt+Up
Ctrl+Alt+Down
Navigate to the previous/next element in the tab of results.
autoScrollToSource Autoscroll to sourceTurns 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
Alt+O
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
F1
Use this icon or shortcut to open the corresponding help page.
commonfilter Group by usage type
Ctrl+T
This button is available for Find Usages only.
If this button is pressed, the search results are grouped by the following categories:
    groupByTestProductionGroup by test/productionIf this button is pressed, the usages are grouped according to the Production and Test scopes.
    groupByModule Group by module
    Ctrl+D
    If this button is pressed, the found usages show under the corresponding module or library node.
    groupByPackageGroup by package
    Ctrl+P
    If this button is pressed, all the usages found are displayed under their respective packages.
    groupByFileStructureGroup by file structure
    Ctrl+M
    If this toggle is on, the found usages are shown under the corresponding method nodes.
    mergeUsagesMerge usages from the same line
    Ctrl+F
    If this toggle is on, the duplicate usages found on the same line are merged.
    showReadAccessShow read access
    Ctrl+R
    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
    Ctrl+W
    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
    Ctrl+I
    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

    ItemShortcutDescription
    Jump to Source F4 Navigate to the selected item in the source code.
    Include Insert For an excluded item: include the item in the list of results.
    ExcludeDeleteExclude 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.

    RemoveAlt+Delete Remove the selected item from the list of results.
    Recent Find Usages Ctrl+E Show the list of recent searches. Select an item in the list to see the search results.
    Last modified: 30 March 2018