You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
kslhunter, gnibeda, plohoj, FjedorGaede, mevans and 19 more