Visual Studio Package with F#This sample demonstrates a simple VSPackage written in the F# language. The package simply provides a tools menu command. In order to build the sample, you will need Visual Studio 2008, the Visual Studio 2008 SDK, and Microsoft F# installed on your machine. This sample has been tested with F# version 1.9.3.14. You can build the sample by running build.bat from a command line. You must ensure that the F# binaries are on your PATH. After building via build.bat, you can run "devenv /rootsuffix Exp /ranu" to see the sample running in the IDE. The sample will add a menu item to the "Tools" menu in the VS Experimental Hive. See also Aaron's blog post
|