F# for Visual Studio

F# includes 'F# for Visual Studio' - a plug-in for Microsoft Visual Studio 2003 and 2005. The exact requirements and installation procedure are detailed in the release notes accompanying each F# installation.

The following global environment variables can be used to selectively control some of the features of F# for Visual Studio. They can also be set within the command shell where you execute devenv.exe if you run it explicitly.

set FSharp_ProjectOnly=1     -- only report type-checking errors for files in an F# project
set FSharp_Logging=1
set FSharp_LoggingVerbose=1
set FSharp_NoParsing=1
set FSharp_NoChecking=1
set FSharp_NoPriorInputParsing=1
set FSharp_NoConfigBuilding=1
set FSharp_NoImportLoading=1
set FSharp_NoPriorInputTypeChecking=1
set FSharp_NoTypeChecking=1
set FSharp_NoLexing=1
set FSharp_NoIntellisense=1