ShowFunc : Show/Jump to Function/Class name
| script karma |
Rating -3/3,
Downloaded by 836 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.107
|