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
The VSCode Angular Language Service extension does not highlight directives that are not imported or unused, unlike WebStorm, which correctly indicates such directives.
Bug Type
What does this bug affect
Angular Language Service VSCode extension
Reproduction
Steps to reproduce the behavior:
Create an Angular component or directive.
Omit the import statement for a used directive in the component's template.
No highlighting or error is shown for the missing import.
Expected behavior
Directives that are not imported or unused should be highlighted as errors.
The text was updated successfully, but these errors were encountered:
🐞 bug report
Description
The VSCode Angular Language Service extension does not highlight directives that are not imported or unused, unlike WebStorm, which correctly indicates such directives.
Bug Type
What does this bug affect
Reproduction
Steps to reproduce the behavior:
Expected behavior
Directives that are not imported or unused should be highlighted as errors.

The text was updated successfully, but these errors were encountered: