Skip to content

Intelisense Is Not Working in <svelte:head> Tag #2175

Open
@KiddoV

Description

@KiddoV

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions