Skip to content

Double completion of macros when they are typed completely #9904

@weirdsmiley

Description

@weirdsmiley

I am using CoC with Vim. The completions work fine when the macro is incomplete. But when the macro is complete (including the last ! character) and then completion is triggered, then it completes the macro twice.

An example is:

Before completion:

fn main() {
    println!<|>
}

After completion:

fn main()
    println!println!(<|>)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-completionautocompletionS-actionableSomeone could pick this issue up and work on it right now

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions