Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Borneq on May 06, 2016, 07:17:44 pm
-
Uses wxWidget, Scintilla, calls GC++ and GDB and captures outputs.
But how works Code:Completion? Is implemented C++ parser?
-
Uses wxWidget, Scintilla, calls GC++ and GDB and captures outputs.
But how works Code:Completion? Is implemented C++ parser?
You should have access to the sources. See for yourself. But make sure you respect GPL. ;-)
-
Don't forget the design documents:
http://wiki.codeblocks.org/index.php/Code_Completion_Design
http://wiki.codeblocks.org/index.php/Code::Completion_Rewrite
And also there is a code-completion plugin based on clang to look at:
https://github.com/yvesdm3000/ClangLib