perl - How can I see the places a function is being called in vim? -



perl - How can I see the places a function is being called in vim? -

i have been using vim , ctags going on perl files. wondering following: there way/plugin can utilize can press key combination , able see places function called (as can jump definition of function or view list of functions same name in files of project ctags)? have read cscope not sure if usable perl or there solution scripting languages.

maybe looking for:

" lists lines containing word under cursor. type line number " followed <cr> jump corresponding line. nnoremap [i [i: xnoremap [i "vy:<c-u>ilist /<c-r>v<cr>: " same above 'defines' nnoremap [d [d: xnoremap [d "vy:<c-u>dlist /<c-r>v<cr>:

then position cursor under word , type [i or [d.

perl vim plugins

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -