I would like some data structures to be studied by Code::Blocks and made available via its code completion feature.
Something similar could be done in SlickEdit.
How to do that in Code::Blocks?
I would like some data structures to be studied by Code::Blocks and made available via its code completion feature.
Something similar could be done in SlickEdit.
How to do that in Code::Blocks?
Ok, I found the answer here http://wiki.codeblocks.org/index.php?title=FAQ#Q%3A%5FHow%5Fdo%5FI%5Fget%5FCode%5FCompletion%5Fto%5Fwork.3F
In short, project properties dialog contains "C/C++ parser options" where a path can be added. After the project is reopened - the path is be parsed and code completions becomes aware of the new symbols. Magic.