A recent issue has appeared in certain places, where when pressing return causes the caret to jump to the start of the next line, instead of where it should end up.
Example (where | is the caret)
Pressing return:
It happens in various places:
new Example() {
Prop = 1,|
};
Pressing return:
new Example() {
Prop = 1,
|}
Disabling the roslyn lsp makes the issue disappear.
A recent issue has appeared in certain places, where when pressing return causes the caret to jump to the start of the next line, instead of where it should end up.
Example (where | is the caret)
Pressing return:
It happens in various places:
Pressing return:
Disabling the roslyn lsp makes the issue disappear.