Skip to content

a vscode extension to show favorite links (configured) that shall be made available to all users of the project.

License

Notifications You must be signed in to change notification settings

avengineers/show-link-list

Repository files navigation

Favorite URLs README

with

{
    "favorite-urls": {
        "list": [
            {
                "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 in the command palette or by directly using the key binding: Shift + Alt + u.

About

a vscode extension to show favorite links (configured) that shall be made available to all users of the project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published