8000 IntelliSense for String literal types · Issue #7021 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content
IntelliSense for String literal types #7021
@PavelPZ

Description

@PavelPZ

I have this String literal type example

type TStyles = 'x' | 'y' | 'z';

Using IntelliSense for completion this code will be awesome:

var style:TStyles = '>>> I want to use [CTRL+J] here to offer only valid TStyles values <<<';

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0