Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: LonelySTar on August 23, 2007, 08:41:52 pm

Title: Code completion and indention
Post by: LonelySTar on August 23, 2007, 08:41:52 pm
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

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