30 Nov, 2007
TextMate tip: Making single apostrophes double
Posted by: Jure Cuhalev In: javascript|Planet Kiberpipa|Planet LiveCD|Tech
Coming from Python world where most of text is in double apostrophes like:
“Hello world”
to JavaScript where, e.g. jQuery , expects you to write:
$(‘#foobar’)
with single quotes, it can be quite annoying to always have to type it twice, since for double quotes (“), TextMate it always does it automatically. This feature [...]