Changes between Version 31 and Version 32 of UsingVimWithDjango


Ignore:
Timestamp:
Dec 15, 2006, 3:31:59 PM (17 years ago)
Author:
Nathaniel Whiteinge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v31 v32  
    104104The [http://vim-taglist.sourceforge.net/ taglist] plugin is probably similar to Project but can also look inside Python files to display classes and functions. (It requires the ctags program installed on your system, which probably comes with most Linuxes and is easily installed via MacPorts (or fink as "exuberant-ctags") on OS X.)
    105105
     106[http://code.djangoproject.com/attachment/wiki/UsingVimWithDjango/django-vim-taglist.png screenshot]
     107
    106108Additionally, I created a shell-function, inspired by Jeremy Jones, to create a new taglist-list when you pass it the path to a Django project directory:
    107109
Back to Top