User forums > Using Code::Blocks

Code completion and indention

(1/1)

LonelySTar:
Hello together,

I am just trying code::blocks and I am wondering if there are ways to improve indention and code completion. This is what I type:

--- Code: ---int function(int a,
int b,
int c)
{
    printf("function\n");
}

int function2()
{
    func

--- End code ---

Firstly notice, that indention is not done correctly for the function arguments.
At this point, I would expect code completion to give me "function" when I press Ctrl+J or Ctrl+Space, but it does not.

What is code completion capable of in code::blocks?

Thanks!
nathan

Navigation

[0] Message Index

Go to full version