Re: Code Completion
Re: Code Completion
- Subject: Re: Code Completion
- From: Norbert Heger <email@hidden>
- Date: Thu, 06 Mar 2003 18:16:08 +0100
- Organization: Objective Development
On Thu, 6 Mar 2003 11:37:34 +0100, MAGDELENAT Philippe
<email@hidden> wrote:
>
New to Cocoa and ObjC (and then to PB), programming in Java for a
>
living, I am seriously scared by the lack of code completion in PB.
>
>
I might have missed something but the PB's capabilities in this domain
>
are seriously limited.
Have a look at "Completion Dictionary" and "PBXtra"
http://www.obdev.at/products/completion-dictionary/
http://www.culater.net/osd/PBXtra/PBXtra.html
These free Project Builder plugins extend the built-in completion
capabilities of Project Builder:
Completion Dictionary adds Macro Expansion to Project Builder. A set of user
defined macros is searched for an entry matching the abbreviation you typed
in. The macros may also contain a number of "placeholder fields". The text
range of those fields will be preselected after the macro expansion, ready
to be filled out immediately.
PBXtra brings back a feature that was already available in previous versions
of Project Builder (ProjectBuilderWO and ProjectBuilder for OPENSTEP) - the
so called "wide completion". This kind of completion is not limited to the
context of the current file, but searches the whole project using a private
API of Project Builder's indexing engine.
Best Regards, Norbert
--
Norbert Heger
Objective Development
http://www.obdev.at/
_______________________________________________
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.