Open
Description
🚀 Feature request
Is your feature request related to a problem? Please describe.
The Angular Language Service in VS Code does not highlight signal type variables in both the class and template files. This makes it harder to tell signal variables apart from regular properties in a project. WebStorm already highlights signals, and this helps with recognizing them quickly.
Feature Type
What does this request affect:
- Angular Language Service VSCode extension
- Angular Language Service server
Describe the solution you'd like
Add highlighting for signal type variables, both in the class and template files, so it's easy to distinguish them from other variables.