User forums > Using Code::Blocks

functions list popup thingy o_O?

<< < (2/3) > >>

rainman:
It's all good then. Thanks for the help guys and for the tip Yiannis 8)

code1101:
For me me it didnt work at all untill I checked the "Do not use SmartSense" checkbox under code completion tab in the code completion plugin settings.

what does SmartSense do anyway?

mandrav:

--- Quote ---what does SmartSense do anyway?
--- End quote ---

Without it, it just lists all known tokens regardless of scope.
With it, it tries to be smart and list only tokens valid in the context, hence SmartSense  ;) (although it's not that smart  :p )

Yiannis.

Anonymous:
ok mayby i'm stupid, but i can't get this to work. Everything works OK on local functions and classes, but I can't get global functions to be completed, fe. printf() o.O
I'm using 1.0finalbeta version.
Any Ideas?

mandrav:
Go to "Settings->Configure plugins->Code completion" and make sure "Follow GLOBAL includes" is checked. Note that this should make parsing slower because it will search in globally included dirs for files too.
Also note that currently it doesn't parse files without extension (that's why the STL is not parsed).

Yiannis.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version