❔ Why wont visual studio auto format this with CTRL K + CTRL D?
can anyone think of why visual studio wont format these lambda arrows with
CTRL K + CTRL D
but it will format things around it like spacing between semicolons?
if i do something like this
it correctly auto formats it to
so im not sure what the difference is in context between those 2 that would cause visual studio to not format the first instance.2 Replies
@fenixblades Because in the first case you basically already told the IDE that you didn't want to follow a regular formatting style.
Your
.With
at the same depth as your TestHelper
, for example.Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.