User forums > Using Code::Blocks

using boost libraries cannot auto-complete

(1/1)

rwxdfbb:
when I use boost's share_ptr library, Writing a intelligence pointer cannot auto display object's function or attribute. I attempt to add the <boost/shared_ptr.hpp> to "Editer->C/C++ parser->Headers ..." ,but It's also invalid.

ollydbg:
Hi, rwxdfbb, thanks for the report.
The parser in our CodeCompletion plugin is not good at parsing template related code, so it failed on the issue your reported.
Two method:
1, make some effort to implement this feature in our parser.
2, use some modern parsers like Clang codecompletion, you can try the ClangCodeCompletion plugin(you need to search the forum to find it, download its source and build it).

stahta01:

--- Quote from: ollydbg on December 05, 2013, 05:23:02 am ---2, use some modern parsers like Clang codecompletion, you can try the ClangCodeCompletion plugin(you need to search the forum to find it, download its source and build it).

--- End quote ---

http://wiki.codeblocks.org/index.php?title=Announcement_for_plugins/patches

Tim S.

Navigation

[0] Message Index

Go to full version