Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>favoriteNew to Visual Studio Code? Get it now.
favorite

favorite

yunan-hu

|
17 installs
| (1) | Free
Mark resources (files or folders, local and remote) as favorite, so they can be easily accessed.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

favorite

vscode version

An extension that lets the developer mark resources (files or folders) as favourite, so they can be easily accessed.

Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press Enter.

ext install yunan-hu.vscode-favourite

Usage

An Add to Favorite command in Explorer's context menu saves links to your favourite files or folders into the .vsfavorite file of your root folder.

Your favourite are listed in a separate view and can be quickly accessed from there.

Configuration

{
    "resources": [], // resources path you prefer to mark
    "sortOrder": "ASC", // DESC, MANUAL
    "groups": ["Default"], // the groups you have created
    "currentGroup": "Default" // determine the current using group
}

You normally don't need to modify this config manually. Use context menus instead.

Changelog

Changelog on Marketplace

LICENSE

GPL v3 License

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