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.

Project Activity

See All Activity >

Categories

Text Editors

License

Public Domain

Follow Vim source code browser plugin

Vim source code browser plugin Web Site

You Might Also Like
Event Management Software Icon
Event Management Software

Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
2
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • 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
  • good job
Read more reviews >

Additional Project Details

Intended Audience

Developers

User Interface

Plugins

Registered

2006-10-30