+4
Code in shippets
A feature I love in TextMate and that I really miss in Sublime Text is the ability to run code inside snippets. TextMate implements that with backticks, and anything between backticks is executed as shell code, and the output gets inserted at that point in the snippet.
I would really love to be able to do something similar (doesn't have to be shell code, could be e.g. Python), and use the output inside snippets.
Customer support service by UserEcho
The plugin looks good. However, this does not really allow adding a snipped to a package because the target machine would need your plugin installed as well and I hate plugin dependencies (well, everyone should).
I'd also like to be able to call `uuid.uuid4()` inside a snippet. Would allow me to actually create a snippet and not a plugin that does this.