How can I work with F # in Visual Studio 2017 version 15.3?

I upgraded Visual Studio Enterprise to the latest new version 15.3. Released .

But when I write the code in Visual F #, the file Program.fs, I can not use "Backspace" .

I tried my best to use it to create a new file *. fs .

And what do you think of restarting VS, all errors are reborn?

Thanks for learning from me!

+4
source share
1 answer

You should use the nightly assembly of the Visual F # Tool, as described here

, VS , . , Tools → Extensions and Updates , Visual F #!

+4

Source: https://habr.com/ru/post/1683797/


All Articles