Re: Code Completion
Re: Code Completion
- Subject: Re: Code Completion
- From: Joe Osborn <email@hidden>
- Date: Thu, 6 Mar 2003 10:26:05 -0600
Check out the PBPlugin "PBXtra". It does what you want, using PBX's
indexing engine.
http://www.culater.net/osd/PBXtra/PBXtra.html
Have fun with it.
I don't have a need for it, but my roommate was spoiled from when he
was using MS's devtools, and wasn't into the Cocoa naming scheme yet.
A better endeavour is to learn the naming scheme and get into the
feeling of Cocoa developing. Most of the time, one can just guess at a
name. Or open CocoaBrowser. But I see how a tool like this could be
useful... more hammers, I guess.
---joie
In fact I meant code insight and not only code completion... My
mistake.
Great behavior would be when I type "[myMutableArray add" to have a
popup appearing on whatever key combination displaying all messages
recognized by myMutableArray, even if I never typed it before. It
finds that myMuxxxArray is declared as a NSMutableArray, builds the
message list... Well you see. Popup by the way would be way faster
than cycling thru F5.
"I mean, source code in files; how quaint, how seventies!" -- Kent
Beck, regarding Source Code In Database(SCID)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.