Skip to content
haviital edited this page Apr 26, 2023 · 3 revisions

The global search window opens on the right side with F3. It will search the given test in all project files.

By default it matches to sub-strings and is no case sensitive.

Examples:

  • MyFunction\( (an escaped character )
    • Matches to e.g. MyFunction()
  • \bMyVar\b (word match)
    • Matches to e.g. MyVar but not in MyVar2
Clone this wiki locally