Add auto-suggestion to the Command-Palette wt arguments #10549

Open
opened 2026-01-31 02:24:27 +00:00 by claunia · 3 comments
Owner

Originally created by @WSLUser on GitHub (Sep 8, 2020).

Description of the new feature/enhancement

Starting with https://github.com/microsoft/terminal/pull/7293, users can type out wt commands into the Command Palette. Please provide auto-suggestion to users as they type out commands in the Command-Palette (the wt commands). This makes it easier for users to start using the wt command arguments and also speeds up the process for users to execute an action within Windows Terminal.

Proposed technical implementation details (optional)

Extend the current auto-suggestions to include wt arguments.

Originally created by @WSLUser on GitHub (Sep 8, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Starting with https://github.com/microsoft/terminal/pull/7293, users can type out wt commands into the Command Palette. Please provide auto-suggestion to users as they type out commands in the Command-Palette (the wt commands). This makes it easier for users to start using the wt command arguments and also speeds up the process for users to execute an action within Windows Terminal. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) Extend the current auto-suggestions to include wt arguments. <!-- A clear and concise description of what you want to happen. -->
Author
Owner

@WSLUser commented on GitHub (Sep 8, 2020):

Tagging [@]zadjii-msft as he's responsible for adding both features.

@WSLUser commented on GitHub (Sep 8, 2020): Tagging [@]zadjii-msft as he's responsible for adding both features.
Author
Owner

@DHowett commented on GitHub (Sep 8, 2020):

[@]zadjii-msft is currently on leave and probably shouldn't be tagged into issues unless his presence is required.

I get the feeling that we've had the discussion about shell inline suggestions on this repository before, but perhaps the one about the command palette is novel.

@DHowett commented on GitHub (Sep 8, 2020): [@]zadjii-msft is currently on leave and probably shouldn't be tagged into issues unless his presence is required. I get the feeling that we've had the discussion about shell inline suggestions on this repository before, but perhaps the one about the command palette is novel.
Author
Owner

@WSLUser commented on GitHub (Sep 8, 2020):

So looks like we're already using it in the case of a regular Command Palette command. But if you start typing wt commands, you get No matching commands

@WSLUser commented on GitHub (Sep 8, 2020): So looks like we're already using it in the case of a regular Command Palette command. But if you start typing wt commands, you get _No matching commands_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10549