-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Phase I of #156633 Expose API for extensions to extend find/replace #156796
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
base: main
Are you sure you want to change the base?
Conversation
@rebornix "Prevent yarn.lock changes in PRs" seems to be stuck, is that normal? |
@rebornix just making sure the CR is pending intentionally, and not just blocked by the "Prevent yarn.lock changes in PRs" action being stuck |
Should I keep maintaining this PR? Is it expected to be merged? |
Who is responsible for community approvals here? Hopefully there is a solution. |
As discussed in #156633, and with the blessing of @rebornix , I introduce two parameters to the builtin command
editor.actions.findWithArgs
that together allow me to write an extension that implements search-as-you-type UX 95% similar to the Find Widget's. (The difference ismoveCursor
only happens when you first hit Return, vs. also if you start typing and then hit Esc. Otherwise I would advance to the next occurrence every time you type a character, and fixing that would be complex).Old screenshot, before the API change: