Skip to content

Instantly share code, notes, and snippets.

@rubenarakelyan
Created December 21, 2021 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenarakelyan/81a38d7d5438f4c0a5d7c4d9bda20969 to your computer and use it in GitHub Desktop.
Save rubenarakelyan/81a38d7d5438f4c0a5d7c4d9bda20969 to your computer and use it in GitHub Desktop.
Instructions for quick tasks in Visual Studio Code

Copy search results to clipboard

  • CTRL + F
  • Type your search string
  • CTRL + SHIFT + L to select all occurrences found (max. 999)
  • ESC (or close search dialog with top-right X)
  • CTRL + I to select whole lines
  • CTRL + C
  • Open new file
  • CTRL + V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment