Jure Cuhalev

Posts Tagged ‘double-apostrophe

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 [...]