ionide-vscode-fsharp
VS Code plugin for F# development (by ionide)
Perla
A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain (by AngelMunoz)
Our great sponsors
ionide-vscode-fsharp | Perla | |
---|---|---|
9 | 6 | |
746 | 84 | |
1.3% | - | |
8.4 | 9.2 | |
5 days ago | 17 days ago | |
F# | F# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ionide-vscode-fsharp
Posts with mentions or reviews of ionide-vscode-fsharp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-20.
-
Making Ionide less "intrusive" in its new vscode version
Important thread about this: https://github.com/ionide/ionide-vscode-fsharp/issues/1693
-
Perf Avore: A Rule Based CrossPlatform Performance Based Monitoring and Analysis Tool
Perf Avore was developed on VSCode using the ionide plugin and dotnet cli.
-
A few newbie questions
I was on .Net 5 but same issue on 6. I tried the fix here- setting FSharp.dotnetRoot explicitly in settings.json and so far it seems better.
-
Debugging tests in VS Code
Make sure to keep an eye on this MR for that very capability :)
-
Web Scrapping with F#
Once we have our dependencies ready, we can start digging in with the code in VSCode using Ionide, Rider or Visual Studio.
- Web Scrapping con F#
-
Accented letters look like this when evaluating a piece of code with Ionide-fsharp. Anything I can do to fix it?
Fixed using this: https://github.com/ionide/ionide-vscode-fsharp/issues/1236#issuecomment-725891973
- Ionide VSCode F# 5.0.0 released
Perla
Posts with mentions or reviews of Perla.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-06.
-
Progressively Adding Fable to JS Projects
If you need to handle dependencies via CDN/Local Dist file then some dependencies won't work because they use node like imports import {} from 'lit/some/sub/directory.js browser imports need to start with / or ./ or even ../ so they can be valid ES module imports thankfully for this you can check out in a shameless plug one of the projects I'm working on: Perla which handles this precise case but I digress, the ideal situation would be you with npm and already figured out how to serve node dependencies to your compiled code.
-
Why did you (any .NET pro) either choose or switch to using F#?
The most "complex" application would be a webpack alternative in F#: AngelMunoz/Perla and maybe a simple migrations manager AngelMunoz/Migrondi
-
Building a webpack alternative in F#
Not the author, but it doesn't seem like you'll need dotnet installed from the docs
-
Building a Webpack alternative in F#
Whew! That was a lot! but shows how to build each part of the Webpack alternative I've been working on Called Perla there are still some gaps though
-
What are you working on? (2021-12)
I keep working on Perla :) https://github.com/AngelMunoz/Perla
-
Server Sent Events with Saturn and FSharp
I've been working in perla which is a cross-platform executable frontend dev-server/build-tool which is not tied to Nodejs or .NET meaning that you don't need to have .NET installed and neither Nodejs, at the same time it doesn't use npm or other things to handle dependencies it does so by leveraging skypack and import maps to let you use npm dependencies but from a CDN rather than locally.
What are some alternatives?
When comparing ionide-vscode-fsharp and Perla you can also consider the following projects:
playwright-dotnet - .NET version of the Playwright testing and automation library.
Fable: F# |> BABEL - F# to JavaScript Compiler
proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.
elmish - Elm-like abstractions for F# apps
Escalin
Feliz - A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
Saturn - Opinionated, web development framework for F# which implements the server-side, functional MVC pattern