skip to Main Content

At the PyCharm it’s a double shift. Is there any global search in the VS Code so I can search by file names and it’s content at the same time?

I’m using ubuntu 22.04 if this is matters.

Version: 1.89.1
Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685
Date: 2024-05-07T05:16:23.416Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Linux x64 6.5.0-28-generic

2

Answers


  1. On Windows press Ctrl+Shif+F and type keyword in search field. For MacOS pressing Cmd+Shift+F will show you the global search field.
    To search for file Press Cmd+P. One more way is Quick Search, Press Cmd+Shift+P or Cmd+P and type % and type text to search. For example, If you are searching for "index" then you can type %index.

    Login or Signup to reply.
  2. Not that I know of.

    For file names, there’s Quick Open and the find widget in the Explorer View, and for file contents, there’s the Search View, Search Editors, and more recently, Quick Search.

    If you really want this, you can raise a feature-request issue ticket.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search