Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directive scope warnings #2011

Open
1 task done
0-don opened this issue Mar 4, 2024 · 0 comments
Open
1 task done

Directive scope warnings #2011

0-don opened this issue Mar 4, 2024 · 0 comments
Labels

Comments

@0-don
Copy link

0-don commented Mar 4, 2024

馃悶 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

  • Angular Language Service VSCode extension

Reproduction

Steps to reproduce the behavior:

  1. Create an Angular component or directive.
  2. Omit the import statement for a used directive in the component's template.
  3. No highlighting or error is shown for the missing import.

Expected behavior

Directives that are not imported or unused should be highlighted as errors.
image

@0-don 0-don added the bug label Mar 4, 2024
@0-don 0-don changed the title Directive Intellisense Directive Scope Intellisense Mar 4, 2024
@0-don 0-don changed the title Directive Scope Intellisense Directive scope warnings Mar 4, 2024
@atscott atscott added feature and removed bug labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants