Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open in XXNew to Visual Studio Code? Get it now.
Open in XX

Open in XX

Lu-Jiejie

|
15 installs
| (0) | Free
Help you open the links that associated with current repository conveniently.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Open in XX

Help you open the links that associated with current repository conveniently.

Visual Studio Marketplace Version LICENSE

English | 简体中文

Open in GitHub! Open in NPM! Open in PyPI! Or open in XX!

Help you open the links that associated with current repository conveniently, such as GitHub, NPM, or or other links that you have configured.

Usage

Make sure you set the configuration in your settings.json , and then click the Open in XX button in the status bar, which will show some links that may be associated with current repository. Just choose one to open!

Configuration

{
  // Whether to auto generate link like github
  "open-in-xx.auto": false,

  // The links that you think may be associated with current repository
  "open-in-xx.links": [
    {
      // The name of the link item
      "name": "github",
      // The url of the link item
      "url": "https://github.com/Lu-Jiejie/vscode-open-in-xx"
    },
    {
      "name": "VS Code Marketplace",
      "url": "https://marketplace.visualstudio.com/items?itemName=LuJiejie.open-in-xx",
      // The icon of the link item, it's built-in and optional. when not set, it depends on the name
      "icon": "marketplace"
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft