Open
Description
Describe the bug
Not sure if this is expected behavior, but I found that inside the <svelte:head> tag
, intelisense just not working when typing or hit Ctrl + Space
.
Reproduction
<svelte:head>
<style>
.test-class {
color: red;
}
</style>
</svelte:head>
Cannot hover on value to see infomation.
Cannot Ctrl+Space to see the right suggestions.
etc...
Expected behaviour
Intellisense should work normally.
System Info
- OS: Windows 10
- IDE: VSCode 1.80.0
Which package is the issue about?
No response
Additional Information, eg. Screenshots
No response