Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldtea
3147 days ago
Since he wants that feature to work for Javascript, cscope is irrelevant anyway.
2 comments
MetaDark
3147 days ago
Well if he wanted code navigation for JavaScript he could have used tern. It also integrates nicely with company for auto-completion.
link
josteink
3146 days ago
Or tide, which uses the typescript tsserver-backend for all its code-analysis.
Gives you navigation, refactoring, completion, eldoc etc. Basicslly JS on steroids.
link
groovy2shoes
3147 days ago
cscope may be irrelevant, but ctags/etags has support for JS (and other languages that would be relevant for web developers, like HTML, PHP, Python, Ruby, SQL, ...).
link