JetBrains Rider 2017.2 Help

Navigation and Search in F#

Most JetBrains Rider's navigation and search features available in C# are also supported in F#. You can find the detailed information on these features in the corresponding topics of the Navigation and Search section.

In this topic, you can find some examples of using navigation and search features in F#.

You can navigate from any symbol in your code to many different destinations. Just place the caret on the symbol and hit a corresponding shortcut to:

If you try to navigate to a type that you don’t have the source to, JetBrains Rider will try to fetch the source code from a symbol server or decompile it on the fly, displaying what the C# code would look like.

You can also use the Navigate to shortcut (Alt+') — it opens a drop-down list with all the navigation destinations available for a selected symbol.

FSharp NavigateTo

The Search everywhere command works across the entire solution. Press Ctrl+T to to search and navigate through symbols, types, files, settings and actions.

FSharp search everywhere

The Find Usages feature helps you locate all usages of namespaces, types, methods, etc. in your source code across F# and C# projects. Applying the Find Usages feature is the quickest way to find all code usages in the entire solution — just place the caret on the symbol and press Shift+F12.

FSharp find usages

The Highlight Usages in File feature helps focus your attention at a particular member or local variable and its occurrences. Note that write accesses are highlighted in red, and read accesses are highlighted in blue.

FSharp highlight usages

You can also:

Last modified: 27 December 2017