Skip to content

mtglsk/showfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

showfunc

Search for functions in your code

This is a vim plugin, which allows for easy searching for function definitions.

Commands

:ShowFunc

Display all functions in currently edited file. Use n and N to jump back and forward between functions.

:ShowFuncAll

Display all functions across open buffers. Use :copen to show quickfix list with a list of functions.

This plugin reuses regexes found in https://github.com/tacahiroy/ctrlp-funky, created by https://github.com/tacahiroy.

About

Search for functions in your code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published