I cannot figure out a nice way to say this, so I will just say it: out of the box, Sublime is hideous. We are pompous programmers, so we cannot let that stand.
(Full Story: Getting Started with Sublime Text 2 – opensoul.org)
I cannot figure out a nice way to say this, so I will just say it: out of the box, Sublime is hideous. We are pompous programmers, so we cannot let that stand.
(Full Story: Getting Started with Sublime Text 2 – opensoul.org)
AckMateInstall the AckMate plugin. AckMate is a very fast project-wide text search with a nice interface. It’s about a gazillion times nicer than TextMate’s internal project search.
Ruby AmpInstall the ruby-amp bundle. Ruby-amp gives you a number of features. The one I use most often is a command-; shortcut for auto-completion against symbols in all open files. Very useful. You also get navigation to method, module, or class definitions with a keyboard shortcut.
Search Bundle CommandsWhich reminds me, control-command-t is maybe the most important keyboard shortcut to learn, it gives you a pulldown menu of all bundle commands that you can fuzzy-text search. Changed how I work, and opened up a lot more of the power of the various bundles.
(Full Story: TextMate tips)
RubyAMP is a TextMate bundle that makes you more productive in editing, navigating, and debugging Ruby code. Now you can easily:
auto-complete from all open tabsjump to a method, class, or fixture named under the cursorstart the debugger on a series of RSpec examples and break at the current lineinspect by highlighting to evaluate to tooltip or clipboardfire up a Merb/Rails server or console for your current apptail development.log
(Full Story: Ruby AMP – Amplified Mate Productivity)
A Textmate like lightweight programmer’s text editor right inside of Chrome. It saves files directly to Dropbox, so if you have the Dropbox sync software installed, the changes will appear locally as if you did so with a text editor! Changes will be stored remotely so naturally this same extension will pull up the same copy of the file everywhere!
(Full Story: SourceKit – a TextMate like Chrome app)