Live data from Hacker News

Configuring Sublime Text 2

mutuallyhuman.com

41–50 of 92 posts

Re: Configuring Sublime Text 2

#46
post #40
post #38

Earlier quoted context omitted.

Uh, two space indentation in Python? Consistency is valuable. Everyone else who writes Python uses four spaces. http://www.python.org/dev/peps/pep-0008/#indentation

This is a great reason to use tabs over spaces.

It wouldn't matter when people don't adhere to standards anyway.

Re: Configuring Sublime Text 2

#48

Sublime team by default need to advertise Packages and just how much you can customize the thing. You'd be amazed just how powerful this thing can be - once you get the hang of it, the shortcuts and some basic packages. My favorite ones are Zen Coding (now deprecared in favor of Emmet) and SublimeERB when working with ERB - the front-end dev in me cries of joy when using them :-)

I agree I recently installed Emmet and it has vastly improved my life (front-end dev)

Re: Configuring Sublime Text 2

#49
This is the real lesson of this article: "As a craftsmen it is important to understand and use our tools properly. Just as a painter needs to use the best paint and brushes - and understand how to use them - a developer should understand and use the best software tools available. For me, Sublime Text is the highest-quality brush available."

Great stuff, thanks!

Re: Configuring Sublime Text 2

#50
post #40
post #38

Earlier quoted context omitted.

Uh, two space indentation in Python? Consistency is valuable. Everyone else who writes Python uses four spaces. http://www.python.org/dev/peps/pep-0008/#indentation

This is a great reason to use tabs over spaces.

That everybody else uses spaces?
Post reply on HN