News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Is there any pulgin for codeblock just like visual assist x in VC?

Started by jixiangqd, March 31, 2011, 03:11:13 PM

Previous topic - Next topic

jixiangqd

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

jixiangqd

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.

oBFusCATed

In C::B it is called Code completion.
Try some of the newest nightlies for a better CC experience.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Codecompletion plugin do these things. You can try it or improve it with us. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

jixiangqd

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

jixiangqd

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?

ollydbg

Not sure what version you use.
I suggest:
try a nightly build version of Codeblocks. or build the SVN version yourself.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

jixiangqd

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.

jixiangqd