[Level 2] Use taglist for python in vi.
You could add taglist in vi for python developing.
The setup process as the following:
1. install ctags
http://ctags.sourceforge.net/
2. install taglist
http://www.vim.org/scripts/script.php?script_id=273
After install both component,
re-run vim and use command :TlistToggle to show taglist.
Wish this helps.
regards,
Stanley Huang
The setup process as the following:
1. install ctags
http://ctags.sourceforge.net/
2. install taglist
http://www.vim.org/scripts/script.php?script_id=273
After install both component,
re-run vim and use command :TlistToggle to show taglist.
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment