withastro / language-tools

Language tools for Astro
MIT License
240 stars 45 forks source link

vscode: astro attributes intellisense #840

Closed ya-lops closed 3 months ago

ya-lops commented 3 months ago

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 image image image

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