up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
WoooW. Self-learner for you :P +1 – Daniel Rodríguez Nov 13 '09 at 16:01
thanks, I just didn't perform enough googling though... but now since it's on SO - it might be helpful for others like me :) – Andrey Nov 16 '09 at 9:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.