It’s true. I’m a Sublime Text addict. It’s by far my favorite development tool. End of story!
Just to illustrate, earlier this week, a member of our development team asked how to quickly remove all empty lines from a very large text file. I quickly came up with the following:
- Press CTRL-F.
- Enable regular expressions (the button entirely in the bottom-left corner).
- Search for ^\s*$
- Press ALT-ENTER (click on the “Find all” button).
- Hit the backspace button.
- Done!
- Be merry …
Don’t just take my word for it. Just start using it!