Anyone use this for coding?

I was looking for software to automate various responses to support questions I get asked alot about my games i found TextExpander for the Mac.

I’m starting to think it would be great for coding too, is anyone using it?

I use it often, but not for coding. Almost any decent text editor has snippets/auto-complete. I think it would probably more trouble than its worth to have coding snippets active system wide. I rarely use delgates or GetComponent in my emails. :wink:

It looks like a glorified clipboard program.
If you use a lot of copy/pasting programs than i guess it could be useful, but there should be a lot of free alternatives with same functionality.

It’s not a clipboard program/extension or anything to do with copy/pasting. It is a tool that allows you to text macros/snippets system wide.

That’s actually a great little tool. You inspired me to do a little research and I’ve found a much cheaper alternative aText - Text template, shortcut, expansion for Mac and Windows
Anyway, that would be very handy for chunks of code that are needed from time to time, such as singleton declaration or OnClick methods for NGUI. I wouldn’t use it though for single command autofilling.

Thanks!

Why not just use mono develp’s code templates?