-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
export type TInstrument = ('option1' | 'option2' | 'option3' '') | string;As listed by the typescript issue here microsoft/TypeScript#29729
Having trhe feature where intelisense handle the provided options and show them (string literal)! Will be of big efficiency and user experience! Less mistakes! Higher speed! And profiting from intellisense and autocompletion...
The new typescript feature for type preservation can be helpful for an implementation!
In the newest version of typescript the hack in the thread above is no more functional!
And intelisense doesn't support the autocompletion! When the union resolve to string!
Implementing the feature that support that! Will be too beneficial!
Metadata
Metadata
Assignees
Labels
typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)