Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete F# script code in VSCode

I installed the Ionide-fsharp (1.9.1) package in VSCode (1.2.1) and started writing some example scripts from fsharpforfunandprofit.com. I expected to have autocomplete in the VSCode editor, but it does not seem to work: Edit F# code in VSCode

I also set the System's PATH variable to point to "C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0" as described on the Ionide web site: My System Environment Variables - PATH

Am I missing something, or autocomplete is not possible in VSCode when editing F# scripts?

like image 423
Homorozeanu George Avatar asked Jul 23 '26 00:07

Homorozeanu George


1 Answers

Another possible fix is installing Microsoft Build Tools 2013 .

like image 78
Krzysztof Cieslak Avatar answered Jul 27 '26 03:07

Krzysztof Cieslak