Is it possible to quickly create a method stub in Sublime Text 2? Perhaps a package I could install?
For example, I bind something in jquery -
$("p").bind("click", {foo: "bar"}, handler)
Could I rightclick on handler, then choose an option to stub out a function?
Doesn't have to be a right click, a keyboard shortcut would be even better.
I've added textmate to the tags, as Sublime is compatible with text mate plugins.
You just need to type
f
and then presstab
Bonus: typing
fun
and then pressingtab
will give you a named function