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

code completion

Started by blueshake, October 06, 2008, 03:04:00 PM

Previous topic - Next topic

blueshake

hi,
    I found that when I create a new class,the code completion can not realize it except I save it or build
how can I fix the problem,and can the code completion add this funtion,it is when I type ([{ ,it can autocally complete )]} just like visual assist or eclipse.thanks for your answer.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

MortenMacFly

Quote from: blueshake on October 06, 2008, 03:04:00 PM
except I save it or build
If you don't save you have no chance. CC (re-)parses the file only if it is saved (btw: when you compile you save the file first, too).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

linuxping

#2
I work with Qt4.
C::B's Codecompletion plugin cann't works!

if I type 'Q', C::B will give some tips.eg. QT_OBJECT,QString,QChar,and so on.  that is good. but C::B can't.

I guess I must change some settings in C::B. but I not find.

help.

blueshake

I found the code completion is a very important function .It can save you a lot of time.I expect somebody
who the ablity to improve the funtion of code completion.Thanks for your work.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?