Skip to content

"type" scope doesn't work when you're after the semicolon #2033

@pokey

Description

@pokey

In the following code:

interface Transition {
  destination: StateId;
  action: () => Promise<void>;
}

If your cursor is just after the ;, "type" should refer to Promise<void>

Metadata

Metadata

Labels

bugSomething isn't workinglang-typescriptTypeScript/JavaScript grammar support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions