resharper-fsi-friendly

ReSharper plugin to make Alt+Enter in F# files send to F# interactive window

APACHE-2.0 License

Stars
11

resharper-fsi-friendly

ReSharper uses Alt+Enter as a keyboard shortcut for lots of lovely stuff. F# also uses Alt+Enter to send the current selection from the F# editor to the F# Interactive window.

You can redefine either shortcut in the Visual Studio Options window, but you can't use the same shortcut for both features, even though neither commands clash.

This plugin tells ReSharper to invoke the send to F# Interactive command if the current text window is an F# fil.

How do I get it?