ArTchie Studios

Document Selection

Menu: ArTchie / Scribe / Document Selection

Mechanical Markdown sidecar for the selected script (ScribeMechanical.TryDocument / node scribe.js document FILE). Same output as Document Folder.

Details lists the public surface from the parse:

  • Public types
  • Public methods
  • Important fields
  • Properties when any public (or [SerializeField]) properties were found — auto-properties, { get; private set; }, and expression-bodied => getters. Get-only is noted. Auto-properties are not listed as fields.
  • Events when any public event members or UnityEvent / UnityEvent<> fields were found. The type is what you subscribe to (a callback, a Unity event), not a code comment.

Empty Properties / Events blocks are omitted. Public methods and important fields still say none found when empty, same as before.

JS/TS Details can list class fields and get accessors as properties, and EventEmitter / EventTarget fields as events, without a full TypeScript parser.

Comment Selection, Document Folder, and Rebuild Stale Docs menus are unchanged.

Source in the box: Assets/ArTchie Studios/ArTchie-Suite/com.artchie.scribe/Documentation/DocumentSelection.md