webhintio / hint

💡 A hinting engine for the web
https://webhint.io/
Apache License 2.0
3.61k stars 667 forks source link

[Bug] No inline hints with Angular application #5883

Open emilyleblanc opened 1 month ago

emilyleblanc commented 1 month ago

🐞 Bug report

Description

Expect: Accessibility hints to be visible in angular html files while coding in VS code.

Actual: No hints are showing in vs code.

Details

webhint version - 7.1.12 OS version - Sonoma 14.5 angular version - 16.1.2 .hintrc file contents: { "extends": ["accessibility"] }

I have also installed the extension and restarted VS code and computer. Is this extension meant to work with angular as well?

vidorteg commented 2 weeks ago

Hi @emilyleblanc

Thank you for the report, do you have a minimal repro or example on where are you observing this behavior and also how that differs to your expected output?