Tag: TextMate
-
Power Programming with Tags
Source tagging is very powerful source code navigation system, it beats any state of the art IDE. If you are using Emacs, Vim and TextMate then you can use source tagging for navigation. Here are the few simple steps to do it. Step 1. Install ctags in your system. For mac $ sudo port install…