Jump to content

Code completion

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Watcher (talk | contribs) at 07:02, 20 May 2004 (Intellisense, a feature in source code editors to input names and to lookup docs quickly). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Intellisense;trade is a feature introduced and popularized by Microsoft Visual Studio. It involves a form of autocomplete for variable names based on a prefix and a convenient way to access description of member functions of a class, particularly their parameter lists. So it provides both an improved form of keyboard input and a fast, convient manner to access relevant documentation information about the source code or about the external libraries being used.

Originating with Microsoft, the idea has been widely replicated in many other source code editors.