Improved F# computation expression suggestions in Rider 2023.3

Result of my Amplifying F# session

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.