How to close completion popup when word was completed manually? #1962
Unanswered
soenkekrusche
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to emulate the Jetbrains behaviour. When i finish the top suggestion manuall (think var b = false) and press Enter, I get a new line. The popup closes once i typed the word "false" completely.
Is there any way to get a similar behaviour with cmp? How could i get the current word, on which suggestions are being run? Maybe if i can fetch that word programatically, I could check if theres only one entry and close the popup via cmp.close() ?
Thanks in advance for any suggestions!
Beta Was this translation helpful? Give feedback.
All reactions