Is there any plug-in under vim that can replace ctags and implement jump to definition?
给我你的怀抱
给我你的怀抱 2017-05-16 16:38:38
0
1
654

ctags tags tags are generated and the path is added. The jump is unresponsive. I want to try something else.

alternative method

//vim 下,直接打开新标签tagName定义处
:stag tagName
给我你的怀抱
给我你的怀抱

reply all(1)
过去多啦不再A梦

This situation is most likely caused by the inconsistency between your working directory and the working directory when ctags generates the index. You can directly open your file in the directory where the ctags index is located and try it out

A similar plug-in is 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!