Microsoft/TypeScript
Voir sur GitHub[semantic] [typescript] No special highlighting for the 'this' parameter
Open
#48 573 ouverte le 5 avr. 2022
Experience EnhancementHelp WantedSuggestion
Métriques du dépôt
- Stars
- (48 455 stars)
- Métriques de merge PR
- (Merge moyen 6j 17h) (9 PRs mergées en 30 j)
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.65.0
- OS Version: macOS 12.2.1
What's wrong: The typescript semantic highlighter is currently highlighting the special 'this' parameter of function types/declarations the same as any other normal parameter.
Expectation: I would expect the 'this' keyword to be highlighted as a keyword.
Possible Solutions: Make the keyword token type "thisParameter" or add a modifier to it.