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
Post a Comment