Better code complition when including files

Previous topic - Next topic

Foo

Hello,

I like to develop modular. Because of that I have organized my code in different files. But if I include a file, the auto complete does not work properly.

For instance, if I have a file called test.bas with a Type TTest I cannot access via auto complete the member variables. But when I close the IDE an do a restart its possible.