How to enable showing types defined outside local file scope

I noticed that the types of attributes are not shown in the visualizer if they are defined outside the local file scope.

Ex:

part def Node {
    attribute nodeId : ScalarValues::String;
    attribute nodeType : ScalarValues::String;
    attribute nodeName : ScalarValues::String;
}

This happens with any definition that is outside the immediate file, whether it’s standard libraries, or definitions in other files in the same folder structure. This occurs whether Mode is set to Standalone or Folder.

Is this something that can be enabled with an option, or is it a limitation that is on the roadmap for adding later, perhaps with the Project mode?

It is a current limitation, fixing which is on our roadmap for Q4.

Good to know, thanks for the update.