Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement functionality to allow and understand tab completions #1

Open
PalmEmanuel opened this issue Jun 16, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@PalmEmanuel
Copy link

PalmEmanuel commented Jun 16, 2023

Is your feature request related to a problem? Please describe.
When I'm using StageCoder with Manual timing I want it to look like normal PowerShell usage in the terminal, which includes using a lot of quick tab completions for parameters and paths etc, but StageCoder does not allow me to complete a parameter using tab completions mid-demo command.

Describe the solution you'd like

It would be fantastic if we could make StageCoder understand that we just used tab completion to write part of the current demo command, and simply remove the completed characters from the remaining string to type.

Example
Running the following command as a demo:
Import-Module 'Microsoft.Graph.Authentication' -MaximumVersion 1.28.0

I would like to write
Import-Mod[tab] 'Microsoft.Graph.Authentication' -Maxim[tab] 1.28.0

The issue is what happens if I accidentally tab complete into something else that isn't part of the demo.

@PalmEmanuel PalmEmanuel added the enhancement New feature or request label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant