Vim Tips Wiki
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 200: Line 200:
 
==Plugins==
 
==Plugins==
 
*{{script|id=273|text=taglist}} source code browser plugin; uses ctags to display a list of tags for the current file in a menu
 
*{{script|id=273|text=taglist}} source code browser plugin; uses ctags to display a list of tags for the current file in a menu
βˆ’
*{{script|id=3465|text=Tagbar}} similar to taglist but displays tags sorted by their scope like classes etc.
 
 
*{{script|id=2068|text=yate}} makes search in tags more convenient. It holds query and search result in one buffer for faster jump to desired tag.
 
*{{script|id=2068|text=yate}} makes search in tags more convenient. It holds query and search result in one buffer for faster jump to desired tag.
 
*[http://peterodding.com/code/vim/easytags/ easytags.vim] ({{script|id=3114}}) automatically creates a global tags file and keeps it up-to-date as you edit files in Vim. The tags are also used to perform dynamic syntax highlighting of user-defined functions and types.
 
*[http://peterodding.com/code/vim/easytags/ easytags.vim] ({{script|id=3114}}) automatically creates a global tags file and keeps it up-to-date as you edit files in Vim. The tags are also used to perform dynamic syntax highlighting of user-defined functions and types.
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)