On 14.12.2008, at 23:56, jzimmek wrote:

> if you have a java/eclipse background like me and missing a "show
> declaration of method" feature in textmate, then you should checkout
> finddef.


Just in case: there are tools called ctags (for Vim) and etags (for  
Emacs)
that can generate "tag tables" for classes, methods, variables,  
macros, etc for pretty much any
languages in use today. Then you can jump to tag definitions and do  
other fun things. They are
slightly more naive than IDE counterparts, but in 95% of cases they  
are very accurate.

I believe there is a CTags bundle for TextMate but I never used it  
myself. Etags works perfectly at least for Ruby, Python, Lisp, C and C+ 
+ code,
so if you are emerging Emacs/Vim user who does not use tag tools yet,  
you definitely should.

MK


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to