Skip to content

Blazing fast jump to methods/functions definition of the current file

Notifications You must be signed in to change notification settings

AlexVKO/fzf-to-functions.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzf-to-function

Blazing fast jump to function/method definition of the current file without using language server or Ctags.

Language agnostic

Installation

fzf-to-functions.vim depends on the basic Vim plugin of https://github.com/junegunn/fzf.vim, so make sure you have this installed.

Using vim-plug

Plug 'AlexVKO/fzf-to-functions.vim'

How to

  1. Setup a mapping, example:
  nnoremap <silent> <leader>m :FzfMethods <cr>
  1. Use it

how to

Supported Languages

  • Elixir
  • Ruby
  • Javascript
  • Erlang
  • Python
  • Add your language here

License

MIT

About

Blazing fast jump to methods/functions definition of the current file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published