Skip to content

No spelling suggestion/quick fix for types #40314

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

Follow-up from #40169.

declare let a: numbers;
declare let b: Numbers;
declare let c: objects;
declare let d: Objects;
declare let e: RegEx;

namespace yadda {
  export type Thing = string;
}
let f: yaddas: Thing;

Each of the above examples should presumably get a spelling suggestion and quick fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: Error MessagesThe issue relates to error messagingEffort: ModerateRequires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".Experience EnhancementNoncontroversial enhancementsHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions