user956609
user956609

Reputation: 1311

Is there a way to search and select between current opened tabs in Visual Studio Code?

command + p

In visual studio code, press command + p, there is a search input and can search and select files,

but in this list, there are some other items, such as recently opened(don't know the exact rule how they will display there)

Is there a way in Visual Studio Code to search and select between currently opened tabs?

Upvotes: 11

Views: 5275

Answers (1)

sathishk2030
sathishk2030

Reputation: 586

  1. Ctrl+Tab shows opened editors

enter image description here

  1. Ctrl+p and type edt Space and then you can type your desired file name(if needed).

enter image description here

  1. Ctrl+k Ctrl+p works same as point (2) with pre filled edt word.

enter image description here

  1. you can enable(check/tick) open editors from EXPLORER Side Bar dropdown menu and it shows Opened editors in Explorer

enter image description here

enter image description here

enter image description here

Upvotes: 27

Related Questions