coding TypeScriptVS Code API

vscode-advanced-search-extension


A simple VS Code extension that opens a search in your default browser from the selected text in the editor. Configure providers (GitHub, Google, Stack Overflow) with default query params and keybindings.

Commands (default keybindings):

  • GitHubCtrl+Alt+H
  • Stack OverflowCtrl+Alt+O
  • GoogleCtrl+Alt+G

With no selection, an input box opens so you can type a query. Settings let you customize each provider’s base URL and default params (e.g. GitHub type: code).

Marketplace · Source · MIT license.