简体   繁体   中英

How do I run FSI from Visual Studio 2017?

The help at Microsoft Docs explains

"To run F# Interactive through Visual Studio, you can click the appropriate toolbar button labeled F# Interactive, or use the keys Ctrl+Alt+F. Doing this will open the interactive window, a tool window running an F# Interactive session. You can also select some code that you want to run in the interactive window and hit the key combination ALT+ENTER. F# Interactive starts in a tool window labeled F# Interactive. When you use this key combination, make sure that the editor window has the focus."

I am using VS2017 professional. I have F# language support checked in the .Net desktop development work load but I cant find the F# Interactive button.

What toolbar should I be looking in for it>

您也可以使用菜单栏: View > Other Windows > F# Interactive

Visual Studio has a handy quick launch bar at the top that you can use to search. F# Interactive is here:

在此处输入图片说明

To be honest, the "toolbar" you are looking for is actually VsCode with Ionide . :D

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM