locator : Shows where is your cursor, including folds, classes, functions, and more.
script karma |
Rating 13/4,
Downloaded by 1686 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Dmitry Frank |
|
script type |
utility |
|
description |
Plugin that shows you full "path" to the cursor, including folds, classes, functions, and more.
There are already several plugins on http://www.vim.org that show you name of the
function that cursor is currently in, but I want to see full "path" to the
cursor, including folds, classes, and maybe comment sections.
Screenshots:
http://goo.gl/nFW8S (test C file with folds and functions)
http://goo.gl/GRMAB (test C file with comment sections, folds and functions)
http://goo.gl/9rVfJ (Java file with sections, functions and nested classes)
http://goo.gl/fTjpF (C file with folds, sections and functions)
http://goo.gl/lbgSh (C++ class declaration, i.e. header file)
http://goo.gl/G7O7U (C++ source file)
Read the docs in HTML format there: http://goo.gl/8EqCI
========================================================================
Autogenerated git repository: https://github.com/vim-scripts/locator (Note that this repository is auto-generated by http://vim-scripts.org as a mirror of http://www.vim.org) |
|
install details |
There is an optional dependency: plugin matchit ( vimscript #39 ), it is needed for *.vim files (Locator doesn't work with *.vim files without matchit), and also needed for better handling of c/cpp/java files.
Use pathogen. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|