Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LinksNew to Visual Studio Code? Get it now.
Links

Links

Yuns

|
162 installs
| (1) | Free
| Sponsor
Pursue better UX for project links
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Logo

VS Code Links

Pursue better UX for project links

Visual Studio Marketplace Version Made with reactive-vscode

🐛 Report Bug   •   ✨ Request Feature   •   🔍 View Source


Table of Contents

  • Features
  • Usage
  • Roadmap
  • License

Features

  • Initialize and manage project-related links directly from VS Code.
  • Quick access to project links via the Command Palette.
  • Supports custom link resources.

Usage

  1. Add your project links to .vscode/settings.json:

    {
      "links.resources": [
        {
          "url": "https://github.com/yunsii/vscode-links",
          "title": "GitHub Repository"
        }
        // Add more links as needed
      ]
    }
    
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).

  3. Type Links: Open... and select it.

  4. Choose the link you want to open in your default browser 🎉.

Roadmap

  • [ ] Support auto-parsing of git repository web links
    • [ ] GitHub
    • [x] CODING
  • [ ] Localization support for multiple languages
  • [ ] Improve links management UI

License

MIT License © 2024 Yuns

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