there are a few ways to do it. you won't get the 'intellisense' autocompletion like how it is in the flash IDE (with the dropdown that pops up), but you can:
1. Hit the escape key when you are typing. This automcpletes the word based on mathes it finds in the document, based on distance from the cursor: http://macromates.com/textmate/manual/working_with_text#completion 2. use tab triggers to insert snippets into your code. a snippet is a bit of text you want to insert into the document. a tab trigger just means that that you can assign a keystroke plus hit the tab key and the snippet will be inserted. For instance, I have it set up so i type 'getset'->tab, and a private var with it's getter/setter methods will appear. The coolest hing about snippets is that you can tab through them after the appear, so you can jump right to the spot where you want to type just by hitting tab again, and use mirroring if you need to type the same thing more than once in a snippet. http://macromates.com/textmate/manual/snippets#snippets On 12/17/06, Josh Santangelo <[EMAIL PROTECTED]> wrote:
How do you make TextMate do autocompletion? I use it as well, but haven't had it do anything special with AS other than syntax coloring. -josh Steven Sacks | BLITZ wrote: > TextMate is the best script editor for the Mac, period, hands down. > Integrates with MTASC, auto-completion, macros, actions, command line > access, etc. etc. If you take the time to learn all the cool stuff it > will become an invaluable tool for you. > > http://www.macromates.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

