Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>browser-linksNew to Visual Studio Code? Get it now.
browser-links

browser-links

Johannes Rieken

|
1,448 installs
| (0) | Free
Browser Tabs as completions in VS Code's SCM input box
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Browser Links

Get browser tabs as completions in VS Code's SCM input box. Use case: when making a commit you usually reference an issue by its url. This extension reads the list of browser tabs from Edge, Safari, or Chrome and suggests them as completions.

Sample

Supports Edge, Safari, and Chrome but macOS only!

Configuration

  • browser-links.browser - Which browser to use, values are Safari (default), Microsoft Edge, and Google Chrome
  • browser-links.pattern - A regular expression that filters browser tabs, e.g https://github.com/.+/issues/.+ to only see GitHub issue

Notes

  1. This extension uses AppleScript and therefore only works on macOS.
  2. macOS Catalina will ask for permissions to interact with the selected browser.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft