Skip to content

Svelte VSCode Auto-complete gives the additional text #2195

@flyingduck92

Description

@flyingduck92

Describe the bug

importing component giving suffix _SvelteComponent
example: import App__SvelteComponent_ from './App.svelte';

Reproduction

Typing import ComponentName then tab will produce ComponentName with suffix _SvelteComponent
example: import App__SvelteComponent_ from './App.svelte';

Expected behaviour

import App from './App.svelte'

System Info

  • OS: Windows 10
  • IDE: VSCode 1.84.1

Which package is the issue about?

Svelte for VS Code extension

Additional Information, eg. Screenshots

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions