Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Favorites ManagerNew to Visual Studio Code? Get it now.
Favorites Manager

Favorites Manager

PsiBit

|
1,007 installs
| (1) | Free
Use this extension to manage a list of favorite folders and documents
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-favorites

VSCode Extension to manage collections of favorite documents, projects, or both, in visual studio code.

Getting Started

Include new section in your usersettings using the following templates:

"psibit-vscode-favorites.FavoritesList": [
        { // Single File Favorite
            "Name": "HOSTS File",
            "Type": "File",
            "Paths": "C:\\windows\\System32\\drivers\\etc\\hosts"
        },
        { // Multiple File Favorite
            "Name": "Global Notes",
            "Type": "File",
            "Paths": [
                "D:\\Documents\\Global Notes.txt",
                "D:\\Documents\\Project Ideas.json"
            ]
        },
        { // Single Folder Favorite
            "Name": "GIT Workspace - Personal",
            "Type": "Folder",
            "Paths": "D:\\Documents\\Personal\\GIT"
        }
    ],

Requirements

  • Include collection settings in your user settings file

1.0.0

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