vote up 0 vote down star

i don't have intellisense when writing AS3 script in flash cs4, and it's only for the controls

anybody knows how to enable it ?

flag

Yeah, use FlashDevelop – Amarghosh Oct 24 at 7:29

1 Answer

vote up 3 vote down check

short answer, you don't.

CS4 is as bad as it gets for code completion and syntax highlighting. It won't look into your custom classes/methods, it won't manage correctly the scope of methods, it won't syntax highlight correctly (comments rendered as RegExp, are we joking?).

If you want to code in AS3 try Flex Builder or FlashDevelop

link|flag
CS5 is meant to improve this. There are a few things to fill the void however, FlashDevelop is free so I recommend that. FDT plugin for eclipse is awesome but expensive. – Allan Oct 24 at 1:19
or Textmate if you are on a Mac – Reuben Nov 3 at 6:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.