Y
Hacker News
new
|
ask
|
show
|
jobs
by
georgecarlin
3141 days ago
You used emacs for 10 years and never used cscope?
1 comments
coldtea
3141 days ago
Since he wants that feature to work for Javascript, cscope is irrelevant anyway.
link
MetaDark
3141 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
3141 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
3141 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