Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Favorite URLsNew to Visual Studio Code? Get it now.
Favorite URLs

Favorite URLs

Avengineers

|
556 installs
| (0) | Free
Shows a Dialog with a pair of labels and URLs as a QuickPick list configured in settings.json, e.g. URLs to support channels. Those can be the favorite URLs or anything project relevant to documentation or anything else.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Favorite URLs README

with

{
    "favorite-urls": {
        "links": [
            {
                "label": "Google",
                "url": "https://www.google.com"
            },
            {
                "label": "Github",
                "url": "https://github.com"
            },
            {
                "label": "support channel",
                "url": "https://support.your-company.com"
            }
        ]
    },
    "sort": true
}

you can define a set of saved URLs that shall be fast accessible within your project. The options pop up when running Favorites: URLs

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