Tag: ctags

Jsctags不工作

我安装了jsctags ,但是当我根据其使用部分使用它时,会以此错误结束。 需要安装node.js并将其位置添加到$PATH 。 我使用apt-get作为Ubuntu包安装了node.js ,文件nodejs位于我的$PATHvariables中的/usr/bin中。 你知道什么是错的,以及如何使jsctags工作? 谢谢

ctags不能识别node.js和声生成器

如果我有这样的function module.exports.login = function * () { 要么 exports.login = function * (next) { ctags不能够索引它。 有谁知道有这个问题的一些解决方法?

尝试为vim设置jsctags时,node.js出现NODE_PATH错误

我试图在我的Windows机器上设置doctorjs,使用vim的tagbar,但我认为这可能是一个node.js问题比什么都重要。 我正在学习这个教程 。 即使在我设置了NODE_PATH之后,我仍然得到一个错误,声称它需要被设置。 有什么可能出错? 这是我的win7机器上的terminal日志: C:\Windows\system32>set NODE_PATH=C:\Users\JG\Desktop\new\doctorjs\lib\jsctags C:\Windows\system32>node.exe C:\Users\JG\Desktop\new\doctorjs\bin\jsctags.js -h 'node.exe' is not recognized as an internal or external command, operable program or batch file. C:\Windows\system32>cd c:\Users\JG\Desktop\new\doctorjs c:\Users\JG\Desktop\new\doctorjs>node.exe C:\Users\JG\Desktop\new\doctorjs\bin\j sctags.js -h node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: require.paths is removed. Use node_modules folders, or the NODE_PATH […]