snippets
snippets copied to clipboard
Propagate snippet event
It would be great to propagate the event. Say any random key like "/" forward slash it being bound and it calls "class:method". that Method should have the ability to return true if it should continue propagation or return false to stop propagation. or maybe pass an event object through the method or something.