Hi
I use ctags and vi integrated. It's fine for now but I wonder if it's possible to find usages of a function?
May be someone helps.
Thanks in advance.

jephthah commented: i dont know, but anyone who still uses VI gets a positive mark. +12

Recommended Answers

All 2 Replies

You might want to use grep for that, use can use it inside vi/vim with the ! command
:!grep funcname <dir>

No need vim and ctags, only browser needed, usages of a function/varible is got. That is it.

commented: Engrish much? -2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.