For developers, the debate over which text editor to use is
along the lines of every other product comparison feud; each product has its
positives and negatives for people.
However, there seems to be a text editor that is standing out more than
others: Sublime Text 2. Sublime Text
is marketed as a code, markup, and prose editor. It’s fast, available on all platforms, and has a few tricks
up its sleeves.
One of the first things that sticks out about Sublime Text is
the overall look. The colorful
text really contrasts the black background. You really feel like you’re in one of those movies that has
some guy coding on a black screen with green text all night.
On the right, another scrollable frame exists that shows
your entire project zoomed out.
Sublime Text calls this the Minimap. This is really useful for when you are working in a large
project and need to quickly scroll through the text.
Most code editors can be visually altered, so looks aren’t
everything. So what else makes
Sublime Text special?
Navigating documents and Sublime Text is very fast. One of their features, Goto Anything,
allows users to open a document with ⌘P and
then they can begin typing the name of the document. Once the document is open,
they can type @ to quickly jump to symbols, lines, or words.
Sublime Text 2 in action |
You can also be at several places
in the document at once. Multiple Selections allows users to type on multiple
lines at once. Instead of making
ten changes across the document, you can change all of those lines at
once. This is especially useful
for when you need to rename variables or make batch edits.
You can also quickly change the syntax of documents. If you're working in a CSS documents and it hasn't automatically changed the syntax to CSS, you can do so. This syntax has special color coded tags that allows for easier editing and navigation within documents.
Another appeal is that it is the
same across all platforms.
Currently, Sublime Text 2 is $70, but your purchase extends your license across all platforms.
With that said, Sublime Text 2 is highly customizable. This is probably the most important
feature and why Sublime Text is so popular. There is a huge library of plugins, which allow for further
customization. In a future blog
post, I will discuss some further enhancements you can make to get the most out
of this text editor.
No comments:
Post a Comment