Skip to content

Copying fields from one struct to another shifts comments #127

@Shvandre

Description

@Shvandre

I marked selection with | symbol

try to copy

struct A {
    |// comment in A
    field: Int;|
}

to

struct B {
    |
}

It results

struct B {
// comment in A
    field: Int;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions