Skip to content

yunsii/vscode-links

Repository files navigation

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

  • 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 🎉.

Commands

Command Title
links.open Links Open ...

Configurations

Key Description Type Default
links.resources Resources to open array ``

Roadmap

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

License

MIT License © 2025 Yuns

About

Pursue better UX for project links

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •