Does Visual Studio Code have any way to copy the results of a search into a new window?
As a bonus, I\'d really like to be able to drop the file name and just copy
This will work for a single file, assuming each line you care about begins with the search text: 1. Highlight your search string 2. CTRL + SHIFT + L to select all occurrences found 3. SHIFT + ↓ to select all of those lines 4. CTRL + C 5. Open a new file 6. CTRL + V
Select all occurrences of current selection
CTRL+SHIFT+L
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
The following works for a single file:
VSCode 1.23 added the ability to copy your search results, see release notes: copy search results.
The search results tree context menu includes three new options: Copy, Copy Path, and Copy All. This was a highly