I have so much trouble using code completion, especially with AsObjC, that I hardly ever try to use it. This is a real loss. I have watched the ApplescriptObjC Code Completion quite a few times, but I still never get completion to work. I have all options checked in my Editor Preferences. I have use Framework "Foundation"
at the beginning of my script. I type NSFileM
then Escape, and nothing happens. I type NSString str
and hit escape and get:
which of course is missing many messages (I was looking for stringWithString
.) And I haven’t ever gotten the automatic insertion of current application's
to work.
I realize that there is no information here. I am just hoping that I can get some guesses about what is going on in my SD environment.