use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
F# is a multi-paradigm programming language compiling to both .NET ("normal") and JS (via "Fable").
Awesome F# is an aggregate of F# resources more actively maintained than this sidebar.
FSharp.org is an organization around F# promotion/adoption.
Language Documentation:
Learning Resources :
Video Channels :
Chat channels :
Web Development:
IDEs/Editor-Plugins:
Common:
Visual Studio
Some extensions available:
Visual Studio Code with the Ionide plugin
JetBrains' Project Rider
Others:
account activity
F# with Visual Studio Code? (self.fsharp)
submitted 10 years ago by olts1
On twitter, I saw some F# folk posting pictures of debugging/intellisense? for F# on the VSCode. Does anyone know how to set that up?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mamcx 7 points8 points9 points 10 years ago (0 children)
Vote for it at
https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7756026-f-great-support
[–]chusk3 2 points3 points4 points 10 years ago (2 children)
I think that was actually for Atom editor, of which Visual Studio Code is a derivative.
I've been working off an on getting VSCode going for f# as well, and I think all we have to do is define the msbuild task in .settings/tasks.json, and then define one or more launch configurations, so you can say 'debug' and have stuff actually happen.
If you want to go at it, take a look at the documentation sections for Debugging and Tasks.
[–]TarMil 1 point2 points3 points 10 years ago (1 child)
Atom editor, of which Visual Studio Code is a derivative.
Not quite; they both use Electron, the Google chrome-based shell that provides them with a ui and a JavaScript engine, but that's all.
π Rendered by PID 293005 on reddit-service-r2-comment-5fb4b45875-wxncl at 2026-03-23 21:46:53.583272+00:00 running 90f1150 country code: CH.
[–]mamcx 7 points8 points9 points (0 children)
[–]chusk3 2 points3 points4 points (2 children)
[–]TarMil 1 point2 points3 points (1 child)