Vim + cscope use - Xiaobai

In Vim, through the query of cscope, jumping to the specified place is like jumping to any label

Cscope related commands

Inquire

(Put the cursor on the function you want to query before entering the command)

cs find c function name Query the functions that call this function

cs find g function name query function definition

to be continued

Reference article:

The use of Cscope (experience the powerful charm of Vim + Cscope) - Audio and Video Road - CSDN Blog - cscope

Guess you like

Origin blog.csdn.net/woshisunyizhen/article/details/120489437