JetBrains Fleet 1.33 Help

Search C# code

This topic lists some examples of how navigation and search actions work in C#. Most of the commands are available right after opening the workspace, even without Smart Mode.

Find any code item

⌘ K or Goto | All...

Use this command to find any type, member, or file in your solution. When you invoke this command, you will see recently visited items. Start typing to narrow down the search.

JetBrains Fleet: Find code items in C#

Find files

⌘ P or Goto | Files...

Use this command to find any file in your solution.

JetBrains Fleet: Go to declaration in C#

Find symbols

⌘ ⇧ P or Goto | Symbols...

If the Smart Mode is enabled, you can use this command to find any type, method, field, or property in your solution. When you invoke this command, you will see recently visited items. Start typing to narrow down the search.

JetBrains Fleet: Find symbols in your solution

Search by file structure

⌘ ⇧ O or Goto | Symbols in File...

This command displays the logical structure of a file with all types and members in it. You can scroll and find the desired symbol or start typing to highlight all matching symbols.

JetBrains Fleet: Go to symbols in file in C#

Go to line

Goto | Line...

This command helps you jump to any line in the current file. You can optionally specify an offset to land the caret at after a semicolon: line:column.

Last modified: 15 April 2024