F# Interactive autocomplete
问题 Is there any option of getting auto-completion in F# interactive in VS2010? 回答1: There is a visual studio extension here: https://github.com/vlasenkoalexey/FSharp.Interactive.Intellisense It doesn't work as good as the c# interactive intellisense but it can be a good start. 回答2: No. The best way to write code interactively in F# is to create a new script file and write all code in the script file (where you get all the autocompletion and background type checking). Then you just select code