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?
