Flex 3 beta 2 Autocompletation time
Wednesday, November 21st, 2007Is it just me or time taken for autocomplete any Class name in Flex 3 beta 2 is much longer then in previous Flex version? Whole Flex freeze for few seconds and then all works ok, but it’s little annoying. Does anyone have similar experience?
tagged under:





5 Comments
David Coletta
• Visit Site
November 21st, 2007
I think it’s because by default Flex Builder 3 now automatically does an “Organize Imports” command when you add a new import via auto-complete. Organize Imports can be slow since it has to scan the whole source file.
If you don’t like this, you can turn off the feature of automatically keeping imports organized, in Preferences > Flex > ActionScript (or somewhere like that).
Brandon Ellis
• Visit Site
November 21st, 2007
Not sure what OS you are using but on OS X Tiger 10.4.* I have had no problems. Auto completion is seamless in FB 3.
Administrator
• Visit Site
November 21st, 2007
Thanks Davis, that exactly was “the issue”. Automatic Organizing Imports
Thanks again
JesterXL
• Visit Site
November 21st, 2007
Uber slow for me too, even with just intrinsic classes like Array. mxmlc is fast as nuts, though!!!
Josh Tynjala
• Visit Site
November 22nd, 2007
Yeah, I discovered that the new Organize Imports was doing it a couple days ago. I immediately turned it off and all was well. I hope Adobe optimizes this functionality by release time because I liked it, but I won’t use it if it stays this slow.
Live Preview
Leave a comment