Skip to content

Intellisense taking priority over this extension for tab completion? #331

Open
@adamerose

Description

@adamerose

For example when I run useStateSnippet it gives me the snippet const [first, setfirst] = useState(second) with both instances of first highlighted. Then if I type a name like asdf and hit tab, it automatically capitalizes the second one. However if the name I typed matches any intellisense options, it instead replaces the words completely.

The workaround is to first press Escape to close the intellisense window, then hit tab. But is there any config to fix the default behavior to prioritize the snippet completion when I hit tab?

2024-08-06_18-36-42

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions