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.