-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
On the Mac, in most apps made by Apple and others, users can select some text and then press command-E to make it the "Find" term. Since it is a systemwide thing, it comes in very handy when working between apps. For instance, I can highlight a word in Safari or Mail, then switch to BBEdit or TextEdit or Chrome, and press command-G (Find Again) to jump to the next occurrence of that text there. It is an extremely handy thing that I use hundreds of times a day.
VSCode has good finding, but because it doesn't use the systemwide Find term, it limits the inter-app functionality by a lot. It is equivalent to not supporting the system clipboard that allows copying and pasting between apps.
- VSCode Version: 1.13.0
- OS Version: macOS 10.12.5 (Sierra)
Steps to Reproduce:
- Select some text in Safari Mail, BBEdit, TextEdit, Preview, Chrome, Messages, Notes, Pages, etc. (but not in Office or Adobe apps).
- Press command-E, or select "Use Selection for Find" from a menu in the menu bar (usually in Edit > Find).
- Switch to another one of those listed apps, with a document open, and press Command-G (or choose "Find Again" from the menu), and confirm that it finds that text chosen in the other app.
- Switch to Visual Studio Code, press Command-G (or choose "Find Again" from the menu), and confirm that it DOES NOT find that text chosen in the other app.
- Select some text in VSCode and press command-F. The matches are highlighted on the page and Command-G will cycle through them.
- Switch to another one of the apps I listed, press Command-G. It only finds the previously chosen text, not the text from VSCode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionality