


This function converts a word to a form of Pig Latin. Now add the following code to it: let toPigLatin (word: string) = NET Core scripting, navigate to the Explorer view in Visual Studio Code and create a new file. Once you've configured Visual Studio Code to use. You can write code in the editor before this point in time, but once this happens, everything has finished loading. This means Ionide has successfully loaded the project you just created. Once it completes, change directory to the project and open Visual Studio Code: cd FirstIonideProjectĪfter the project loads on Visual Studio Code, you should see the F# Solution Explorer pane on the left-hand side of your window open. NET CLI: dotnet new console -lang "F#" -o FirstIonideProject To create a new F# project, open a command line and create a new project with the. To begin, ensure that you have F# and the Ionide plugin correctly installed. Visit Ionide.io to learn more about the plugin. You can write F# in Visual Studio Code with the Ionide plugin to get a great cross-platform, lightweight Integrated Development Environment (IDE) experience with IntelliSense and code refactorings.
