The Zeus editor has semi-automatic ctags , and it uses this information about this tag to bring it into the definition and automatically complete the functions.
Autocomplete generally works well enough for static languages, but for dynamic languages ββlike Java Script, it really doesn't work very well.
But ctags really picks up things like Java Script classes and functions, so the go to definition function should still work.
source share