im currently adding features to an existing web application made from CI (php) and ExtJS (js). I'm a total newb to Extjs and it frustrates me how I can't trace code because I don't know where to look for declarations.
Now are there IDEs out there that supports ctrl+click (go to declaration)? I'm sure this will save me a lot of time!
Thanks.
PHPStorm
supports it too.
I use Netbeans 7.2 IDE and it does support Ctrl+click http://netbeans.org/downloads/index.html
I use Sublime Text 2.
I used to use netbeans, eclipse and all those IDE's but they were so slow...
Sublime Text 2 is LIGHTNING fast. There are so many extensions (packages) you can install on it (for example CodeIgniter snippets -> I use CodeIgniter myself).
You can check a review here.
For as ExtJs... I worked with ExtJs on my previous work, but I've never found an IDE that supports ExtJs.