Difference between revisions of "Code Completion plugin"
From Code::Blocks
m (add link to development page) |
|||
Line 1: | Line 1: | ||
[[Category:Code::Blocks Documentation]] | [[Category:Code::Blocks Documentation]] | ||
+ | [[Category:Code::Blocks Core Plugins]] | ||
+ | {{Infobox_Plugin| | ||
+ | name = CodeCompletion | | ||
+ | logo = [[File:Generic-plugin.png]] | | ||
+ | developer = | | ||
+ | maintainer = | | ||
+ | version = 1.0 | ||
+ | }} | ||
+ | '''CodeCompletion''' provides a symbols browser for your projects and code-completion inside the editor. | ||
+ | |||
Note: This is the user document of Code Completion plugin. | Note: This is the user document of Code Completion plugin. | ||
Only C/C++ language is supported by this plugin (currently)... | Only C/C++ language is supported by this plugin (currently)... | ||
For development document. See [[Code::Completion Rewrite]]and [[Code Completion Design]] | For development document. See [[Code::Completion Rewrite]]and [[Code Completion Design]] |
Revision as of 22:27, 26 August 2011
CodeCompletion provides a symbols browser for your projects and code-completion inside the editor.
Note: This is the user document of Code Completion plugin. Only C/C++ language is supported by this plugin (currently)...
For development document. See Code::Completion Rewriteand Code Completion Design