Ionide-fsharp for Visual Studio Code

After I installed Ionide for Visual Studio Code, how do I start using it (for example, syntax highlighting, autocomplete)? What settings do I need to change?

+7
install f # visual-studio-code intellisense ionide
source share
1 answer

You do not need to change anything. It just works. The only problem I discovered was that I had to add the fsi path to the PATH environment variable in order to have fsi and work.

+1
source share

All Articles