vote up 1 vote down star

I'm considering using Flash but I'm pretty addicted to autocomplete and Step-at-a-time debugging.

flag

64% accept rate
Ugh! I wish people would just say "autocomplete" instead of "intellisense", which just sounds stupid. – Nick Retallack Sep 8 '08 at 6:06

5 Answers

vote up 0 vote down

If you mean ActionScript I once heard that PrimalScript will do Intellisense. Never tested it though. As for debugging, MAYBE, PrimalScope will have that too. I'd recommend you try before you buy, though. (They both have trials.)

link|flag
vote up 3 vote down

By using Eclipse with the ActionScript plugin you get full code hinting in the same format that you do with intellisense.

Or you can use FlashDevelop that has both intellisense and can debug (trace) your code.

link|flag
vote up 0 vote down

FDT is a plugin for Eclipse which many say (including myself) is the best editor when it comes to writing actionscript. FDT supports as2 & as3, including the new apis from Flash player 10. I haven't used Visual Studio myself but i'm guessing it's pretty much the same regarding intellisense (all versions of FDT). FDT Enterprise also supports debugging including breakpoints and stepping through your code (= not just trace).

http://fdt.powerflasher.com/

link|flag
vote up 1 vote down

Both FlexBuilder and Flash CS3 have autocompletion and debuggers that can step through code one line at a time. Both can be used to develop in pure ActionScript (i.e. FlexBuilder isn't just for writing Flex applications).

link|flag
vote up 0 vote down

it will be cool to have autocompletion in flash CS3 like the one that comes with eclipse for java (with hints, hierarchies , implementation, autoimports for clases etc . .), i dont know why everyone wants to separate the code from graphical editor , when thats the best part of flash , anyway i always recommend to stay with eclipse since it is very robust and its available for a lot of languages so in case you need to learn other language you already know the IDE and how to use autocompletion.

link|flag

Your Answer

Get an OpenID
or

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