Skip to content
Snippets Groups Projects
Commit 4ea9c219 authored by Yuchen Deng's avatar Yuchen Deng Committed by Leandro T. C. Melo
Browse files

C++: Improve completion assist


Avoid inserting characters that are already there.
e.g.
int testFly() {}
te|Fly()
When triggers a completion, the code will changed to:
testFly()|
But in before, the code will changed to:
testFly()|Fly()

Notice:  Character of '|' show the cursor position.

Change-Id: I6c111e30356b2549aebc6fbea05608e70d6ab41f
Merge-request: 398
Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
parent 3f01f551
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment