Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

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

Favorite URLs

Avengineers

|
19 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
  • Terms of use
  • Trademarks
© 2023 Microsoft