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

Search On ...

saxc

|
22 installs
| (0) | Free
Search On, is an editor extension that allows developers to easily search selected text across multiple platforms. With this extension, you can quickly access information from websites like Google, GitHub, MDN, and many others.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Search On ...

Search On ... is an editor extension that allows developers to easily search selected text across multiple platforms. With this extension, you can quickly access information from websites like Google, GitHub, MDN, and many others.

Open VSX Downloads Visual Studio Marketplace Installs

Included platforms

  • Enable by default

    • Docker Hub
    • GitHub
    • Google
    • MDN (Mozilla Developer Network)
    • Microsoft Learn
    • NPM (Node Package Manager)
    • NuGet
    • Stack Overflow
    • Wikipedia
    • YouTube
  • Disabled by default

    • Bing
    • Brave
    • crates.io
    • CSS-Tricks
    • devdocs.io
    • dict.cc
    • Docs.rs
    • DuckDuckGo
    • Ecosia
    • git
    • Google Translator
    • Kotlin
    • PyPI
    • Python
    • Reddit
    • Startpage
    • VS Code

Settings

Platforms

  • All included platforms can be enabled/disabled in the settings.
  • Call Open settings to go to a pre-filter settings page.

  • Enable/disable platforms directly by calling Enable platform or Disable platform.

Custom Platforms

  • You can add your own platforms in the settings.
  • On GitHub you can find a list of platforms that can be added.
  • Optional {{search_term}} for the URL, if no {{search_term}} specified, it will be appended to the end of the URL.

Example settings

"searchOn.customPlatforms": [
    { "label": "Google Translator", "url": "https://translate.google.com/?text={{search_term}}"},
    { "label": "Startpage", "url": "https://www.startpage.com/do/dsearch?q="},
    { "label": "Amazon", "url": "https://www.amazon.com/s?k="}
]

Versioning

YY.MM.VERSION

  • YY: Release year
  • MM: Release month
  • VERSION: Version in year/month
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft