In the next version of FlexBuilder you will see a lot more of this. There is getter and setter fillers (which will stop me being lazy and using public variables).
I also noticed method generation if you set a click property on a button etc. At the moment we have refactoring, which is a help, but rather basic. You may also find some custom plugins for Eclipse that will do bits and bobs for you. Rob --- In [email protected], "Amy" <amyblankens...@...> wrote: > > --- In [email protected], "Matthew A. Wilson" <korband@> wrote: > > > > I've been using .NET for years and recently started developing in Flex. One > > thing I've noticed (and maybe it's because I'm new) is that I have to write > > out just about everything. There were so many things in .NET that the IDE > > would handle for me. Like I could write a function, like DoThis(), and then > > right-click on DoThis() and the IDE would ask me if I wanted to generated a > > method stub. I know that's not earth-shattering, but there were a few > > things here...a few things there that shaved off some seconds and/or > > minutes and just generally speed up development. > > FlashDevelop has this. > > > I haven't run across anything like that in the FlexBuilder IDE - so my > > question is: What's your favorite tip/trick for speeding up development? Do > > you have some favorite text snippets that you keep handy? Or do you you > > know some trick in the IDE that will save me some repetition? > > > > Or better yet, is there a site or list out there that covers this topic? > > Thanks to all! Have a great weekend! > > I have some of my favorite IDE tricks on my blog > http://flexdiary.blogspot.com . Click on the "Flex builder" category. > > HTH; > > Amy >

