Open
Description
Description
Only project
schema property name triggers autocomplete for all workspace projects within nx-console.
Motivation
Our custom generators are using name
property in generator schemas. That name
is supposed to be existing project name in workspace.
It would be great to have official documentation about these magic behaviours, and ideally make them configurable.
While we can refactor name
to project
it would introduce breaking change and some amount of confusion to our users with the sudden change.
Suggested Implementation
- docs for magic fields in generators/executors schemas
- configurability of magic(special) schema fields