> Am I missing something?
In FlashBuilder you can right click any method, property, event, etc.. and
select:
References -> Project
or
References -> File
And it will list all the references, you can click them and it will jump to
them. Super handy in large projects and I use that a gazillion times a day.
On 27/03/2014 19:42, Jeffry Houser wrote:
On 3/27/2014 1:45 PM, Alain Ekambi wrote:
@Cadu
I m mainting a 5 years old web application.
I wish HTML/CSS/JS was easy to do.
Things like "I want to find where this method is getting called" becomes
almost impossible to do.
I don't understand why finding where a method gets called would be harder in
JavaScript than it would in ActionScript. Am I missing something?
Wouldn't you just search the code base for the method name? Am I missing an
easier way?