c++ - How to find the global function? -
I have a function name called setValue, which is used in many classes. Also, I have a global function with the same name. When I press C-], this arbitrarily goes to the set value function. How can I go directly to the global set valley function? It is really pain that every time this function is global, it hurts to use it every time.
when c ->
returns several matches
: ts
Then enter the number to correct or dismiss the definition list.
When ctags do not help ... you can search for events in setValue
and then look like definitions.
: vim / setValue / * & lt; - Grid for setValue in all files
You can search only specific files, if you know that this subdirectory is in the header Src or Header:
< Pre>: vim / setValue / src / *. H header / *. H
is done once
: to deal with
to open a list For, you can navigate up / down to select the definition, so it is true that & lt; Enter & gt;
You can close the list with
: Clo
and then open it again later
: face
It will be until you have executed other commands that overwrite the list
Comments
Post a Comment