snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Removing one specific snippet programmatically

Open Peekmo opened this issue 11 years ago • 0 comments

Hello !

I'm adding a snippet programmatically (via add() function) for a powerfull autocomplete, but I'd like to remove it a bit later in my code. The only way I found to do it is to call deactivate and then activate to recover the "basics" snippets.

Is there a way to remove one snippet ? If not, is it a possible enhancement ? Thank you, Peekmo

Peekmo avatar Jan 16 '15 22:01 Peekmo