I love StackExchange. The only frustration is copying and pasting code over or writing code in answers and posts. For example, to write the following block of Python:
1. def hello(self):
2. if (self.DEBUG == True):
3. print "Hello World!"
For line 1, I had to type SpaceSpaceSpaceSpace.
For line 2, I had to type SpaceSpaceSpaceSpaceSpaceSpaceSpaceSpace.
For line 3, I had to type SpaceSpaceSpaceSpaceSpaceSpaceSpaceSpaceSpaceSpaceSpaceSpace.
It'd be awesome if there'd be a way to enable Tab on an opt in basis for indenting code.