GLBasic forum

Feature request => IDE/Syntax => Topic started by: Foo on 2009-Oct-05

Title: Better code complition when including files
Post by: Foo on 2009-Oct-05
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.