I use Emacs to write web app in Rails + Angularjs.
Since angularjs api doc is not so great, I've to check angularjs source code frequently.
It's easy to locate ruby method code in irb console.
Is it possible to easily locate js source code from node console or emacs?
I also open to other editors and other solution. But no IDE, cause my computer is Ubuntu.
Edit: http://docs.angularjs.org/api has view_source feature. It can help me locate the source easily. But only for angularjs1.2.0rc1
js2-modeintegrates withimenu- I'd try to investigate this approach. This might be better then tags becausejs2-modehas a better understanding of the source structure. But I didn't explore this possibility in detail.