This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Autocompletion for C++ preprocessor directives doesn't delete existing text properly #220
Open
Description
Hi, I'm using ide-cquery package for C++ autocompletion.
When I type #include <stdi
, the completion returns #include <stdio.h>
.
However, if I press enter to trigger the completion the resulting string will be #include <#include <stdio.h>
. It doesn't seem to delete the text before the <
.
Another example: Type #def
, autocomplete will suggest #define
but ##define
(double hashtag) is inserted upon pressing enter, it doesn't delete the first #
.
Metadata
Metadata
Assignees
Labels
No labels