Skip to content

Caret jumping on return #72

@Nebula-Developer

Description

@Nebula-Developer

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)

int[] list = [|];

Pressing return:

int[] list = [

|];

It happens in various places:

new Example() {
    Prop = 1,|
};

Pressing return:

new Example() {
    Prop = 1,

|}

Disabling the roslyn lsp makes the issue disappear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions