Add a number to each selection in Sublime Text 2, incremented once per selection
Is there a way to add insert a number that is incremented once per cursor in Sublime Text 2? Example, with | as … Read more
Is there a way to add insert a number that is incremented once per cursor in Sublime Text 2? Example, with | as … Read more
Sublime Text 2 seems like a great editor. I just started using it a week ago in eval mode and it doesn’t seem … Read more
Example: If I have a document with 2 space indentation, and I want it to have 4 space indentation, how do I automatically … Read more
In Sublime Text, I often use Cmd+P/Ctrl+P to search and jump between files. Often, it would pick up temporary or cached files like … Read more
Let’s say I had a text file with the following nine lines: foo bar baz qux quux How can I use Sublime Text … Read more
I use Sublime Text 2 and want a Ruler to be shown in every file with specific line-height. But I have to show … Read more
I just switched to Sublime Text as my new editor. If I open the sidebar it shows the opening file, but what I … Read more
How can I replace \n in Sublime Text with real in-editor displayed new line so: foo\nbar becomes: foo bar in the editor when … Read more
In Visual Studio I can press Ctrl+K+D to indent everything so the code is structured nicely and readable. Is there a shortcut in … Read more
How do I set a default filetype for a certain file extension in Sublime Text 2? Specifically I want to have *.cfg files … Read more