LanguageExt Code Formatting Tools for LINQ #1438
-
What are the formatting tools that are used for this project? I'd love for my code to look like this:
i.e. where the I asked this on StackOverflow but didn't get much information. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I use Jetbrains Rider and much of the formatting comes from the Alignment settings (see below). It doesn't however have an option to align the I'd love it if Jetbrains would provide some alignment options around this. It would save the hassle of dealing with it myself. |
Beta Was this translation helpful? Give feedback.
I use Jetbrains Rider and much of the formatting comes from the Alignment settings (see below). It doesn't however have an option to align the
in
in LINQ expressions. Usually, I try to use short variable names that are all the same length, then the alignment is automatic. But, if I want to be more explicit, like that Sample code, then I will manually align.I'd love it if Jetbrains would provide some alignment options around this. It would save the hassle of dealing with it myself.