Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jixiangqd on March 31, 2011, 03:11:13 pm

Title: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 03:11:13 pm
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
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 03:27:05 pm
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.
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: 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.
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: ollydbg on March 31, 2011, 03:31:48 pm
Codecompletion plugin do these things. You can try it or improve it with us. :D
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 03:37:01 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
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 03:42:21 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?
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: 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.
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 03:52:22 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.
Title: Re: Is there any pulgin for codeblock just like visual assist x in VC?
Post by: jixiangqd on March 31, 2011, 06:31:08 pm
It works!
Thank you very much!