Author Topic: code completion  (Read 3880 times)

giugio

  • Guest
code completion
« on: March 05, 2009, 09:35:26 am »
Hy.
I have installed the last version of codeblock , it's great , but have a limited code completion function.
Exist a better plugin ?
Thanks.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: code completion
« Reply #1 on: March 05, 2009, 10:03:54 am »
This plugin is not the perfect one, but it works ok.
If you would like, you can help to improve it. It is mainly a c++ language parser and a token search tree data base.
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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: code completion
« Reply #2 on: March 05, 2009, 12:38:11 pm »
I just removed your cross-post and lock this topic.

Use the forums search before you ask questions that are asked a million times before.