dotPeek 2017.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 pop-up 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.

    Case-insensitive CamelHumps is supported here. For example, you can type dporange to find dockPosition is out of range.

    If you get too many results because of initial letter matching, you can use single or double quotes to enter the search substring.

  3. Do one of the following:
    • Click on 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 or press + on the numeric keypad.
Last modified: 14 December 2017

See Also