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
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
]
}
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Type Links: Open... and select it.
Choose the link you want to open in your default browser 🎉.
Roadmap
- [ ] Support auto-parsing of git repository web links
- [ ] Localization support for multiple languages
- [ ] Improve links management UI
License
MIT License © 2024 Yuns
| |