Author Topic: Is there any pulgin for codeblock just like visual assist x in VC?  (Read 8030 times)

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
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
« Last Edit: March 31, 2011, 03:27:48 pm by jixiangqd »

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #1 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #2 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.
(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!]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #3 on: March 31, 2011, 03:31:48 pm »
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.

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #4 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

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #5 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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #6 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.
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.

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #7 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.

Offline jixiangqd

  • Single posting newcomer
  • *
  • Posts: 8
Re: Is there any pulgin for codeblock just like visual assist x in VC?
« Reply #8 on: March 31, 2011, 06:31:08 pm »
It works!
Thank you very much!