Hi - Exuberant ctags is a tool for indexing of source code with the goal of providing improved navigation experience from within vim/emacs.
Cython functionality has just been committed into the exuberant ctags development branch: svn co https://ctags.svn.sourceforge.net/svnroot/ctags/trunk ctags What works right now are cdef clases, cdef methods, cdef functions. Files with pyx, pxd, and pxi are tagged in addition to ordinary python. Only known glitch is indexing of ctypedef declarations, but I don't think that will be a deal breaker for most users. Enjoy, Andrew -- Andrew I. Schein web: www.andrewschein.com _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
