-
-
Notifications
You must be signed in to change notification settings - Fork 20
[Feature] Record a demo flow #412
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestready to testThe following bug/enhancement can be tested in the beta versionThe following bug/enhancement can be tested in the beta version
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestready to testThe following bug/enhancement can be tested in the beta versionThe following bug/enhancement can be tested in the beta version
Is your feature request related to a problem? Please describe.
Need a way to record a step-by-step demo flow in VS Code so common actions can be replayed consistently without manually performing them live each time.
Describe the solution you'd like
Add a recording mode that captures editor actions such as opening a file, creating a new file, and appending or editing text, then stores them as a reusable demo script or sequence. The recording should make it easy to build a narrated demo workflow from real actions performed in the editor.
Describe alternatives you've considered
Manually preparing files and repeating the same actions each time, or relying on static screenshots/video captures instead of an interactive demo workflow.
Additional context
Useful recorded actions could include:
This would help create repeatable demos with minimal setup.