Library module methods not appearing in autocomplete

I’ve created a Xojo Library using Insert → Library in a Desktop project (Xojo 2026r1.2). The library contains five modules and one class. When I place the .xojo_library file alongside a test project or in the Plugins folder, the library loads correctly at runtime — all methods execute as expected. However, IDE autocomplete shows only some methods from one module and nothing from the others.

This has been tried declaring modules as Module and Protected. The library structure looks correct — compiled .o files in OSX_ARM64 and OSX_x86_64 folders, API stubs in the API folder with signatures only.

Has anyone seen this behavior? Is there a known trick to get full autocomplete support for library modules?

I have seen structures not appearing. But modules generally appeared ok

make sure you increment version numbers on builds to ensure clearing of caches when loading projects

Thanks, Graham, I’ll check on that.

I have 4 or 5 nested libraries and most important thing has been the auto increment build number to force any caches to clear