Copy the list of files found in VSCode from CTRL+P (Quick Open list)
19:40 04 Jun 2026

How can I copy the list of files in VSCode from the Quick Open list? Is there a native command to do this?

important note: there are of course OS/application specific workarounds - on windows, I could use a complex piping (read every line in gitignore) and then clean the strings using a for loop to only print the working directory. *nix has its own tools. there's a git way to do it too.

visual-studio-code