Hi,
I'm curious to know what method people use to keep track of all the classes, methods, and properties you've created when writing a longer script.
For quick scripts, this isn't a problem. But for long scripts it can get quite difficult to keep track of all the objects one has created, and all their methods and properties, and overloaded constructors, etc.
ESTK is great, and it's the IDE I use for InDesign scripting, if only because of it's powerful debugging options.
But it doesn't provide any way of keeping track of this stuff. No proper Intellisense as in Visual Studio.
I'd be interested to hear how people solve this issue.