PDA

View Full Version : Custom code hints for my classes?



Aesir
June 11th, 2007, 06:19 PM
If I have lots of AS classes that I want to use in a project, how can I set them up so I can get code hints the way I would with the native AS classes? I would like to have code hints for public members and methods (along with argument names and data types for those methods).

Also, is there supposed to be a more organized way of making large projects besides piles of classes and, in some cases, a library of movieclips, where each links to a class?

efnx
June 11th, 2007, 07:10 PM
I am also super interested in this!

Chaos_Blader
June 11th, 2007, 07:46 PM
CS3

FlashDir/en/First Run/ActionsPanel/ActionScript_3

Try editing those files.

Aesir
June 11th, 2007, 08:22 PM
My, that's a long file.

Somehow I was expecting a more automated approach, but if it's good enough for Adobe I guess it's good enough for me.

Thanks!

devonair
June 11th, 2007, 08:27 PM
You can also try a 3rd party editor.. Personally I use Flashdevelop. Helps with both organization and shows code hints for all imported classes.