Author Topic: code completion for include  (Read 2563 times)

Offline lleming

  • Single posting newcomer
  • *
  • Posts: 2
code completion for include
« on: November 13, 2010, 02:30:41 pm »
is is exist?
i don't remember exactly all include in include directory that is a lot files. why code completion doesn't help.
it is hard every time to do:
cd c:\program file (x86)\Codeblock 10.05\MinGW\include
dir
to get exact name of include file.
any way to avoid it ?

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: code completion for include
« Reply #1 on: November 13, 2010, 02:46:40 pm »
I can't fully understand what is your meaning.
But, you can view this post: http://forums.codeblocks.org/index.php/topic,13639.0.html
Hope it is usefull.

Offline lleming

  • Single posting newcomer
  • *
  • Posts: 2
Re: code completion for include
« Reply #2 on: November 13, 2010, 03:18:39 pm »
i meant if i type
#include <st
then code completion should provide a list available <st*.h> for this project include includes of mingw
otherwise i need every time to know exactly name of include files.
and it takes a lot of time to:
c:\program files (x86)\codeblock 10.05\mingw\include
dir
thats not best way to spent time.
i came from java and common java ide simply easy to add package just by typing initial package.name

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: code completion for include
« Reply #3 on: November 13, 2010, 04:22:00 pm »
i meant if i type
#include <st
then code completion should provide a list available <st*.h> for this project include includes of mingw
otherwise i need every time to know exactly name of include files.
and it takes a lot of time to:
c:\program files (x86)\codeblock 10.05\mingw\include
dir
thats not best way to spent time.
i came from java and common java ide simply easy to add package just by typing initial package.name
supported in HEAD.
See http://forums.codeblocks.org/index.php/board,20.0.html for more information.