Hello,
I am building a plugin that needs to execute some logic after the user performs a completion (commit_completion or insert_best_completion commands).
I am able to track where they perform the completion but how do I get the completion that they actually chose?
Basically, I need to be able to determine what text was returned from the completion.
Is there a way to do this?
Thanks!
-Max