Eric House <[EMAIL PROTECTED]> wrote:

> On Unix/Linux, anyway, that's traditionally done with your editor
> rather than the compiler.  Emacs, for example, comes with an app
> called etags that generates a database emacs can then use to jump
> directly to the place where a function is defined, where a type is
> declared, where a global variable is defined, etc.  I understand that
> vi has a similar capability.
> 
> I don't know if any of this is available in the 'Dows versions of these
> fine editors.

Vim also has good support for tags files. Vim is a freeware vi superset 
that runs on <insert_your_favorite_platform_and_OS_name_here> :-)

http://www.vim.org

--
Roger Chaplin
<[EMAIL PROTECTED]>

Reply via email to