Sungguk Lim
Sungguk Lim

Reputation: 6228

In VIM, showing list where javascript function called

in VIM, I want to get the list where javascript function called and jump.

in case of C language, I used to use cscope to get the list and jump.

but cscope doesn't support Javascript.

hope you give me some tips.

thanks in advance.

Upvotes: 0

Views: 586

Answers (1)

romainl
romainl

Reputation: 196906

Cscope supports JavaScript: $ cscope -R *.js.

Upvotes: 1

Related Questions