Multiple search windows in Visual Studio Code

Viewed 2811

Is it possible to have multiple searches in Visual Studio Code?

To search on:

  • term A have the results in one search window
  • and then search on term B and have the results in another window

and always have these two windows visible (like in Visual Studio).

2 Answers

Here's how do to this currently VSCode(1.51.0):

  1. Open the search panel on the left
  2. On the top there is a + Document icon (second from the right)

enter image description here

  1. Click this - it will open a search window as a editor tab.
Related