I am just use the Code::Block,and I find it really amazing!
But the intelligent code isn't really done a good work as it in VC with visual assist x.
I wonder if there is something like that?
Thank you
I mean there is a database contains character that I typed in my program and include files.And it can aotoscan my code put new key words in it.Every project has it's own database.
In C::B it is called Code completion.
Try some of the newest nightlies for a better CC experience.
Codecompletion plugin do these things. You can try it or improve it with us. :D
Quote from: oBFusCATed on March 31, 2011, 03:28:59 PM
In C::B it is called Code completion.
Try some of the newest nightlies for a better CC experience.
Could you please give me an example?Just tell me the name of plugin name.Thanks
Quote from: ollydbg on March 31, 2011, 03:31:48 PM
Codecompletion plugin do these things. You can try it or improve it with us. :D
Really?Maybe I really didn't fit it right now.
But it just can't help me complete the "#include <XXX>" and "#define",etc.
Can I do some settings to help me these things?
Not sure what version you use.
I suggest:
try a nightly build version of Codeblocks. or build the SVN version yourself.
Quote from: ollydbg on March 31, 2011, 03:45:42 PM
Not sure what version you use.
I suggest:
try a nightly build version of Codeblocks. or build the SVN version yourself.
Thanks!
I'll try SVN version.
It works!
Thank you very much!