Skip to content

Double emoji auto-completion #47

Closed
@gruvw

Description

@gruvw

Hi, it is a bit annoying to have two auto-completion for the emojis:

Screenshot from 2021-02-28 13-27-30

The first one inserts the Unicode character (😊) for the corresponding "tag" and the second one just autocompletes the Markdown syntax for emojis (:blush:).
It comes from the :emojisense: extension (dependency).

I found a solution if you encounter the same issue as me.
Add "emojisense.unicodeCompletionsEnabled": false to your vscode settings if you want to only keep the Markdown syntax completion or add "emojisense.markupCompletionsEnabled": false if you want to only keep the Unicode insertion of emojis.

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