Skip to content

Autocomplete of import behaves differently in ts and svelte files #1211

@rocnesion

Description

@rocnesion

image

This is how it happens in the ts file when you select one of the above

import {} from '~/piece/'

But this is what happens in the svelte file

<script lang="ts">
  import {} from '~/~/piece/'
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedFixed in master branch. Pending production release.bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions