Reputation: 13213
Similar questions have been asked many times before i.e. https://stackoverflow.com/questions/1724234/preferred-javascript-editor-for-mac or https://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support
At work I'm using Visual Studio with JetBrains ReSharper and clicking on function name to jump to definition is a killer feature for me.
Looking for something similar on Mac OS X. Normally I'm trying to use Sublime Text and Coda - maybe you know how to enable "click on function name = jump to definition"? I just find myself clicking CTRL + function name and nothing happens.
Thanks is advance for any helpful suggestions.
Upvotes: 0
Views: 360
Reputation: 2475
JetBrains WebStorm:
Go to declaration — navigates to where the function, variable or label in question is declared with a simple hotkey or ⌘Click.
http://www.jetbrains.com/webstorm/features/
Upvotes: 0