In Visual Studio 2010 pressing Alt + Enter should open F# Interactive?
I’m selecting F# code, and pressing Alt + Enter, but nothing happens!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The keybindings depend on the global environment settings (and you can also change them), but:
Ctrl + Alt + F. Otherwise, you can find the window in View -> Other Windows -> F# InteractiveAlt + Enterto interactively execute the selected text.