-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Labels
languages-basicBasic language support issuesBasic language support issuestypescriptTypescript 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
- VSCode Version: 1.7.2
- OS Version: Windows 10 x64
Steps to Reproduce:
There is a shortcoming of grammar color displaying in typescript, as follow:
interface Itest {
a: 'a1' // a1 is good
| 'a2' // a2 is good
| 'a3' // a3 is good
b: {
a: 'a1'
| 'a2' // oh , the color is not good !
| 'a3' // oh , the color is not good !
}
}Sometimes we want to give clear indication of the meanings of every items of String Literal Types in inline comment, so we would break String Literal Types into many lines.
Metadata
Metadata
Labels
languages-basicBasic language support issuesBasic language support issuestypescriptTypescript 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)
