vscode: astro attributes intellisense
ya-lops opened this issue · 0 comments
ya-lops commented
Astro Info
Astro v4.5.3
Node v20.11.0
System Windows (x64)
Package Manager yarn
Output server
Adapter @astrojs/node
Integrations @astrojs/alpinejs
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Using vscode latest. Astro extension also latest.
Astro's attributes intellisense works fine only for astro components tags.
But if i removed space in html tag its work fine
ps. i made Link to Minimal Reproducible Example
u can open any file and try here or in ur own vs code
What's the expected result?
Intellisense for astro attributes works for all html tags
Link to Minimal Reproducible Example
https://stackblitz.com/~/github.com/ya-lops/devlinx
Participation
- I am willing to submit a pull request for this issue.