sponsor Vim development Vim logo Vim Book Ad

ShowFunc : Show/Jump to Function/Class name

 script karma  Rating -3/3, Downloaded by 690  Comments, bugs, improvements  Vim wiki

created by
Yanbiao Zhao
 
script type
utility
 
description
This small utility define commands to display the type/function name the cursor in. You can also jump to the closest function/type name in scope.

Command:
    SFunc -- Show type/function name
    JFunc  -- Jump to closest type/function name in scope

shortcut:
     ,f    -- call SFunc
     \f    -- call JFunc

It doesn't relies on ctags file, but it use the syntax file in vim 7.0. It should work for C#/Java/C++, but it has best support for C#. In addition to function, it can also recognize property/event in C#.

 
install details
put the script into plugin direcotry
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ShowFunc.vim 1.0 2006-06-27 7.0 Yanbiao Zhao Initial upload
ip used for rating: 3.133.79.70

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github