Diese Seite ist leider nicht auf Deutsch verfügbar.

Completion Dictionary 4.0

Completion Dictionary is a free Xcode plugin that enhances Xcode's built-in code completion mechanism. You simply type a few letters, either the abbreviation of a macro or the initials of a symbol name, and press the completion shortcut. Completion Dictionary will do the rest.

Macro Expansion

A set of user defined macros is searched for an entry matching the abbreviation you've typed in. The macros may also contain a number of placeholders. The text range of these placeholders will be preselected, ready to be replaced with your further input.

Code Completion

Completion Dictionary integrates the built-in code completion capabilities of Xcode. If there's no macro found for a given abbreviation, Xcode's code completion will be performed instead of macro expansion.

Features

  • Seamless Xcode integration with configurable fallback to Xcode's code completion
  • Built-in Macro Editor for quickly adding custom macros
  • Full Undo/Redo support
  • Free definable placeholders within the macros
  • Query placeholders for macros that require additional user input
  • Automatic indention of multi-line macros, allows to insert code snippets properly indented.
  • Comprehensive set of default macros (includes more than 170 macros)

Download

Download Completion Dictionary
CompletionDictionary-4.0.tgz Download79 kB
System Requirements: Mac OS X 10.4 or later, Xcode 2.0 or later

Quick Summary

Macro Expansion

A set of user defined macros is searched for an entry matching the abbreviation you typed in.

Code Completion

Completion Dictionary integrates Xcode's built-in completion capabilities.

What's new in version 4.0

  • Universal binary version
  • Placeholders are now delimited by <# ... #> (same as Xcode's placeholders). Macros defined in previous versions of Completion Dictionary are converted automatically.
  • Configurable code completion fallback action
  • Query placeholders
  • Updated set of default macros