-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Suggestions UI ship list #15845
Labels
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
Milestone
Comments
zadjii-msft
added
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Product-Terminal
The new Windows Terminal.
labels
Aug 17, 2023
microsoft-github-policy-service
bot
added
the
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
label
Aug 17, 2023
4 tasks
zadjii-msft
removed
the
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
label
Aug 17, 2023
DHowett
pushed a commit
that referenced
this issue
Aug 24, 2023
Closes the active checkboxes in #15845. I'll leave that open till we get to the endgame, I'm sure more will show up. Closes: - [x] Accessibility tags all have `CommandPalette_` strings 🤣 - [x] useCommandline should leave the cursor at the _end_ of the input, not at the start - [x] useCommandline, when bottom-up, should leave the _last_ list item selected, not the first. - [x] ^ Probably applies to any changes to the filter text when bottom up.
github-merge-queue bot
pushed a commit
that referenced
this issue
May 13, 2024
gotta go fast, and these animations are not fast noted in #15845
DHowett
pushed a commit
that referenced
this issue
May 13, 2024
This was referenced May 28, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 12, 2024
This adds a `"description"` property to actions. Notably, the shell completion protocol (#3121) will now also populate that. The suggestions UI can then use those descriptions to display an additional tooltip with that information. TeachingTip was kinda an abject disaster last time I tried this, so this _isn't_ a TeachingTip. It's literally a text block. xlinks: * #13000 * #15845 * #14939 - the last abandoned attempt at this
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 22, 2024
This specs out a lot of plans for snippets. We've already got these in the sxnui as "tasks", but we can do so very much more. This spec is a few years old now, but it's time for it to get promoted out of my draft branch. References: * #1595 * #7039 * #3121 * #10436 * #12927 * #12857 * #5790 * #15845 --------- Co-authored-by: Dustin L. Howett <duhowett@microsoft.com>
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 9, 2024
This became much more obvious with the sendInput previewing. We would only dismiss previews if the following action was also previewable. related: #15845
@zadjii-msft can you punt the 1.21 and 1.22 things to the appropriate milestone and move this issue out? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
first PR: #14938
1.21 Ship list
useCommandline
suggestion show up in the suggestions UI #16577useCommandline: true
#172411.22
sendInput
should be previewable #12861useCommandline
, trim the CurrentCommand at the cursor pos (to prevent pwsh ghost text from populating menu) #17772autoMarkPrompts
on by default in 1.22 #176321.23
Related
sendInput
to have promptable sections for further completion #12927autoMarkPrompts
#15813Other notes:
I started that in
dev/migrie/f/filter-weight-input-too
. That branches off of the snippets pane, Add a snippets pane #17330. See delta here: dev/migrie/f/snippets-pane...dev/migrie/f/filter-weight-input-too. That works super well, but needs a lot of polish.are you looking for me?
The text was updated successfully, but these errors were encountered: