Top "Sublimetext2" questions

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF.

How do I reformat HTML code using Sublime Text 2?

I've got some poorly-formatted HTML code that I'd like to reformat. Is there a command that will automatically reformat HTML …

html sublimetext2 sublimetext indentation reformat
How do I run Python code from Sublime Text 2?

I want to set up a complete Python IDE in Sublime Text 2. I want to know how to run the …

python ide sublimetext2 sublimetext
Indenting code in Sublime text 2?

In Visual Studio I can press Ctrl+K+D to indent everything so the code is structured nicely and readable. …

sublimetext2 sublimetext
Comparing the contents of two files in Sublime Text

I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances …

compare sublimetext2 diff sublimetext sublime-text-plugin
Sublime Text 2 - Show file navigation in sidebar

I just switched to Sublime Text as my new editor. If I open the sidebar it shows the opening file, …

sublimetext2 sublimetext
Replace \n with actual new line in Sublime Text

How can I replace \n in Sublime Text with real in-editor displayed new line so: foo\nbar becomes: foo bar …

sublimetext2 sublimetext sublimetext3
Regular expression search replace in Sublime Text 2

I'm looking to do search replace with regular expressions in Sublime Text 2. The documentation on this is rather anemic. Specifically, …

regex replace sublimetext2
How to use Sublime over SSH

I'm trying to use Sublime Text 2 as an editor when I SSH in to my work server, and I'm stumped. …

ssh sublimetext2
Keyboard shortcut to comment lines in Sublime Text 2

In Sublime Text 2, how do I enclose a selection in a comment? Is there a keyboard shortcut for this action?

sublimetext2
How to install plugins to Sublime Text 2 editor?

How to install plugins to the Sublime Text editor? I would like to install Emmet plugin to Sublime Text 2 editor.

plugins installation sublimetext2