In Visual Studio 2010 pressing Alt + Enter should open F# Interactive?
I'm selecting F# code, and pressing Alt + Enter, but nothing happens!
|
In Visual Studio 2010 pressing Alt + Enter should open F# Interactive? I'm selecting F# code, and pressing Alt + Enter, but nothing happens!
| |||
feedback
|
|
The keybindings depend on the global environment settings (and you can also change them), but:
| |||||||
feedback
|
|
No. It copies and executes the selected texts to the interactive window. You need to already have opened the interactive session. | |||
|
feedback
|
|
Try the menu: "View\F# Interactive" (if in F# profile) or "View\Other Windows\F# Interactive" (if in a different profile). | |||
|
feedback
|
|
The command to assign (in Tools-Options-Keyboard) is called EditorContextMenus.CodeWindow.SendToInteractive By default, the hot-key combination, within a TextEditor is Alt+Enter. I like Joel's idea of remapping it (since ReSharper stole that one) to Alt+;. | |||
|
feedback
|