Vim source code browser plugin

6 Recommendations
239 Downloads (This Week)
Last Update:
Download taglist_46.zip
Browse All Files
Windows Mac Linux

Description

A source code browser plugin for the Vim text editor. Uses exuberant ctags to parse source code files. Supports many programming languages and easily extendable. Can be used in both GUI and terminal versions of Vim.

Vim source code browser plugin Web Site

Categories

Text Editors

License

Public Domain

Update Notifications





User Ratings

 
 
6
0
Write a Review

User Reviews

  • Posted by Stéphane List 2012-02-06

    In my .vimrc : nnoremap <silent> <F8> :TlistToggle<CR> let Tlist_Auto_Open = 0 let Tlist_Exit_OnlyWindow = 1 " exit if taglist is last window open let Tlist_Show_One_File = 1 " Only show tags for current buffer let Tlist_Use_Right_Window = 0 " Open on right side let Tlist_Enable_Fold_Column = 0 " no fold column (only showing one file) let tlist_sql_settings = 'sql;P:package;t:table' let tlist_ant_settings = 'ant;p:Project;r:Property;t:Target' if has("gui_win32") let Tlist_Ctags_Cmd = 'C:/Users/MyName/ctag58/ctags.exe' endif let Tlist_Inc_Winwidth=0 " for konsole

Read more reviews

Additional Project Details

Intended Audience

Developers

User Interface

Plugins

Registered

2006-10-29

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.