Use Go To Definition in Atom
- 
    install symbol-gen for Atom 
- 
    restart Atom, enter your project and hit “cmd-alt-g” 
- 
    add .tagsto.gitignore
- 
    enter settings and add .tagsto the Ignored Names
- 
    edit keybings of Atom: # add this to Atom's keymap.cson file: 'atom-text-editor': 'ctrl-alt-r': 'symbols-view:go-to-declaration'
Voila, click on a function, hit cmd-alt-r and jump the definition in a new tab
⬅️ Read previous Read next ➡️