Does the vim plug-in youcompleteme have the function of "finding all functions that call this function based on a function definition"?
迷茫
迷茫 2017-05-16 16:38:05
0
2
993

I just started using vim and installed youcompleteme. It is possible to jump to the function definition, but it seems that you cannot find where the function is called based on where the function is defined.
Please help me, do you have any good solutions?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
Ty80

There is cscope to implement this function
But I have only used this to develop C. I don’t know how it supports other languages. You can investigate it yourself~

However, these IDE features of vim need to be implemented with the help of third-party tools, so it is not friendly
It is recommended to use an IDE that supports vim editing mode to solve these problems

Unless you write code directly on the server side. .

小葫芦

Use cscope

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!