Improved F# computation expression suggestions in Rider 2023.3
Recently, Rider version 2023.3 was released, including my contribution - improved suggestions for computation expressions. Custom operation inside the computation expression is now on top of the auto-complete suggestion list.
The majority of work on this contribution was done live on Amplifying F# session: Rider: CE custom operations completion list.
You can watch it here:
This improves developer experience when working with custom operation heavy computation expressions, like Dapper.FSharp, Saturn, Farmer, and many more. See it in action:
Dapper.FSharp
Saturn
Farmer
PR adding this feature is here.
Subscribe to my newsletter
Read articles from Jindřich Ivánek directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Jindřich Ivánek
Jindřich Ivánek
Software developer focused mainly on F#, with a passion for functional programming, problem solving, efficient algorithms and programming languages. I have a strong computer science background, focused mainly in graph theory and graph algorithms; also was intrigued by data structures, complexity, and computability theory. Experienced with backend F# programming. I worked with mathematical optimization (mixed integer programming) and use of statistical methods as well. I contributed to several open source F# projects, mostly around developer tooling.