Our latest EAP builds of Rider 2018.1 come with a number of F# scripting updates, such as several bugfixes related to Mono, and no longer requiring MSBuild 12 to be installed. We are also bringing more ReSharper features to the world of .fsx files: navigation in scripts, find usages and support for the file structure view. We also added code completion and navigation for #r and #load directives. Let's check these out!
Navigation, find usages, file structure
Rider now supports more ReSharper features for scripts, such as navigation to symbols defined in scripts. For example, when using Search
Navigation, find usages, file structure for F# scripts in Rider 2018.1 EAP!
by