我已经安装了
DoctorJS(以前的jsctags),试图为Vim获得一些好的源代码浏览/标签列表(使用
Taglist插件).
原文链接:https://www.f2er.com/bash/383329.html安装很顺利,但Vim的Taglist与DoctorJS不兼容.
当试图通过TListToggle在Vim中打开标签列表窗口时,我收到以下错误:
Taglist: Failed to generate tags for /home/me/script.js ctags: illegal option -- -^@usage: ctags [-BFadtuwvx] [-f tagsfile] file ...^@
我搜索了www,发现了this guide,suggesting a replacement plugin called Taglist-Plus,但它不能与DoctorJS一起使用,只能使用旧的非维护版本jsctags.
简而言之 – 我无法让它发挥作用.很沮丧.我们应该能够拥有良好的JavaScript源代码浏览功能!
任何Vim都在那里设法让这个东西运转起来?
提前致谢.
改善方案:
解决了这个问题后(感谢答案,@ oroll),I wrote a short guide on how to get this thing done easily as an answer to another question.我建议你查看一下.