Difference between revisions of "Code Completion plugin"
From Code::Blocks
m (Centered table.) |
m |
||
Line 83: | Line 83: | ||
Only C/C++ language is supported by this plugin (currently)... | Only C/C++ language is supported by this plugin (currently)... | ||
− | + | ==See also== | |
+ | Development documents: | ||
+ | * [[Code::Completion Rewrite]] | ||
+ | * [[Code Completion Design]] |
Revision as of 20:47, 20 November 2011
CodeCompletion provides a symbols browser for your projects and code-completion inside the editor. During code-completion, a system of symbols is used to identify the type associated with the suggested tokens; these symbols are defined in the following table.
Public | Protected | Private | Other | |
---|---|---|---|---|
Class | ||||
Constructor | ||||
Destructor | ||||
Enumeration | ||||
Function | ||||
Macro | ||||
Namespace | ||||
Preprocessor | ||||
Typedef | ||||
Variable |
Note: This is the user document of Code Completion plugin. Only C/C++ language is supported by this plugin (currently)...
See also
Development documents: