snippets
snippets copied to clipboard
Removing one specific snippet programmatically
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