Skip to content

No IntelliSense for generic literal types #34771

Open
@mjbvz

Description

@mjbvz

From microsoft/vscode#83375

TypeScript Version: [email protected]

Search Terms:

  • suggest / completions
  • intellisense
  • generic

Repo
For the typescript:

function test<T extends "x" | "y">() {}

test<''>
  1. Trigger intellisense inside the quotes in test<''>

Expected behavior:
Suggestions for x and y returned.

Actual behavior:
No suggestions returned

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions