Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Search ScopeNew to Visual Studio Code? Get it now.
Search Scope

Search Scope

Vadim Klevtsov

| (0) | Free
Search in files use scopes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Search Scopes

Use search scopes

Configuration 🛠️

The extension works out of the box if working directory has file .search-scope-config.json, with the following contents:

{
    "searchScopes": [
        "src/",
        "media/"
    ],
    "filesToExclude": "",
    "contextLines": 5,
    "matchWholeWord": false,
    "isCaseSensitive": false,
    "isRegexp": false,
    "useExcludeSettingsAndIgnoreFiles": true,
    "useIgnores": true,
    "showIncludesExcludes": true,
    "triggerSearch": false,
    "focusResults": false
}

License 📄

This project is licensed under the MIT License.

Author 🙋🏽‍♂️

I'm Vadim Klevtsov, a software developer.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft