-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Is your feature request related to a problem? Please describe.
When creating documentation for complicated solutions with large canvas apps, I want to make sure other teams can reference how the app performs the functions that it does. This means knowing which controls have logic running and in which properties they are in and what they do. Without that each developers style could mean that the custom logic could be down a rabbit hole of following controls and ready code comments
Describe the solution you'd like
An Option to select in AI Documentation that produces a large technical document that includes snippets of all custom logic, which control and property they can be found in and what their purpose is
Describe alternatives you've considered
I have not found an alternate solution for this
Additional context