Skip to content

Feedback on decorator collapsing #860

Description

VSCode has tooling that lets you collapse the decorator block, but it compresses it does to a single decorator line. The architects expected to show no decorators.

uncollapsed

@A
@B(...)
@C
op myOp(...)

current collapsed

@A
op myOp(...)

expected collapsed

op myOp(...)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideIssues for VS, VSCode, Monaco, etc.

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions