dotPeek 2019.2 Help

Go to String

Navigate | Go to String
Ctrl+Alt+T

dotPeek allows searching for string literal in methods, attributes, constant string fields, and in default values of string parameters within all assemblies currently loaded in the Assembly Explorer window and all assemblies referenced from those assemblies.

To navigate to a string literal

  1. Press Ctrl+Alt+T or choose Navigate | Go to String in the main menu

  2. In the Enter string popup that appears, start typing characters in the text field. As you type, the lookup list narrows down, suggesting string declarations that match the entered substring.

  3. Do one of the following:

    • Click the desired item to open it in the editor.

    • Select the desired item by pressing Up and Down and then press Enter to open it in the editor.

    • To view and analyze the list of matched items in the Find Results window, click Show in Find Results ThemedIcon SearchResults Screen Gray , press Shift+Enter or + on the numeric keypad.

Last modified: 18 November 2019