Skip to content

comment hotkey and auto formatter conflict #4587

Open
@wvanderp

Description

@wvanderp

The hotkey ctrl+/ comments out a line of code.
The slashes (//) are put all the way in the front like
____code
\\____some code
____other code
_ are spaces

But the auto formatter is thinking that there aren’t any spaces there so it puts the spaces in front of the slashes (//)

____code
____\\____some code
____other code
_ are spaces

And if you un comment it than it only removes the slashes (//) and so there are too many spaces

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions