Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VIM 中,我想获取调用 javascript 函数并跳转的列表。
在C语言的情况下,我曾经使用cscope来获取列表并跳转。
但 cscope 不支持 Javascript。
希望你给我一些建议。
提前致谢。
Cscope 支持 JavaScript $ cscope -R *.js:.
$ cscope -R *.js