Author Topic: Code completion and indention  (Read 3852 times)

Offline LonelySTar

  • Multiple posting newcomer
  • *
  • Posts: 30
Code completion and indention
« 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