Author Topic: Code completion issue  (Read 3599 times)

masqnq

  • Guest
Code completion issue
« on: June 05, 2008, 07:18:54 am »
I am having trouble getting completion to work on object methods.
I have a line in my code that says Dat.Normalize(). It compiles fine and I can go to the declaration and implementation of Normalize, but if I start typing that line no code completion list comes up. I was expecting to see a list of available methods but nothing comes up.
Code completion does work for local variables though.
I am using the May 29th build on linux.

Thanks for any help.

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: Code completion issue
« Reply #1 on: June 05, 2008, 04:56:28 pm »
have you tried ctrl space while typing?
Did you save after the declaration of Dat?

Code completion still seems quite flaky to me, it seems to work most of the time but I often get a few little things that aren't quite done correctly.