When writing java source code, I got in trouble texting this statement: System.out.println("The arguments are: \"" + args[0] + "\", and\"" + args[1] + "\"");
Problem:

Of course you can type the quotation mark, which follows the escape sequnce \", twice to solve this problem, but it's tiresome.
Anyway, Sublime Text 2 is excellent.