functags.vim : create menu entries for each function definition in a C/C++ file
script karma |
Rating 1/5,
Downloaded by 1390 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
thomas ramming |
|
script type |
utility |
|
description |
This script generates menu entries for each C/C++ function definition within the actual edited C/C++ file.
After executing it, you can move to any of the functions by selecting them via menu.
- adds a menu entry under a main menu 'Proj'
- creates a file cfunctags.vim as script for generating the menu entries
BUGS: does not handle references ('&') and destructors (~) correctly.
If anyone would add these, please let me know.
The script is just quick and (hope not very) dirty written, but working (only short tests up to now)
under GVIM 5.8, NT4.0, Novell network
|
|
install details |
Create a menu entry in your _gvimrc to source in and call this script:
"($VIM_SYNTAX must contain the path to this script file)
'menu 12.10 Proj.Add\ local\ functions :so $VIM_SYNTAX/functags.vim<CR>'
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.144.84.11
|