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

FavFiles

Jose Abelha

|
1 install
| (1) | Free
Keep your favorite files and folders in a browsable tree.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FavFiles

FavFiles is a lightweight Visual Studio Code extension that helps you keep your most-used files and folders in one dedicated sidebar.

Instead of jumping through the Explorer every time, you can pin what matters, organize it into groups, and get back to it in a couple of clicks.

FavFiles overview

Why FavFiles

When you work in large repositories, nested folder structures, or multiple projects, the same files tend to come up again and again. FavFiles gives you a personal shortcut tree inside VS Code so the things you open most often stay close.

FavFiles is useful when you want to:

  • keep important files one click away
  • bookmark frequently used folders
  • organize shortcuts into custom groups
  • open several related files from the same group
  • keep a personal working set outside the repository structure

Features

A dedicated favorites sidebar

Keep your important files, folders, and grouped shortcuts in one place inside VS Code.

FavFiles sidebar view

Pin files you use all the time

Add files from the Explorer, from the active editor, or from the Command Palette.

Add folders for fast navigation

Save folders to FavFiles and browse them directly from the custom tree without constantly switching back to the Explorer.

Organize everything into groups

Create groups to structure your favorites by project, environment, customer, workflow, or any system that matches the way you work.

Examples:

  • Production
  • Daily Work
  • Reports
  • Customer A
  • Infrastructure

Open related files together

If a group contains multiple files, you can open the whole group at once and restore a working context quickly.

Keep your tree tidy

FavFiles supports renaming, removing, moving items, sorting, and using the native tree filter to quickly find what you saved.

How to use

1. Open the FavFiles view

Open the FavFiles view from the Activity Bar.

2. Add files or folders

You can add items in different ways:

  • right-click a file or folder in the Explorer
  • add the currently active file
  • use the Command Palette
  • use the toolbar actions in the FavFiles view

3. Create groups

Use groups to organize your shortcuts into a structure that matches your work.

4. Open what you need faster

Open individual files, expand favorite folders, or open an entire group when you want to bring back a full working set.

Extension Settings

FavFiles currently provides these settings:

favFolderTree.sortMode

Controls how groups and folders are ordered relative to files.

Allowed values:

  • foldersAbove
  • foldersBelow
  • mixed

Default:

"favFolderTree.sortMode": "foldersAbove"

favFolderTree.sortDirection

Controls alphabetical ordering in the tree.

Allowed values:

  • asc
  • desc

Default:

"favFolderTree.sortDirection": "asc"

Example

{
  "favFolderTree.sortMode": "foldersAbove",
  "favFolderTree.sortDirection": "asc"
}

Requirements

  • VS Code 1.66.0 or newer

Miscellaneous

  • FavFiles uses the native VS Code tree filter for quick searching inside the view.
  • Favorites are stored in VS Code global storage, so they are not tied to a single workspace.
  • The project is distributed under the MIT License.

Credits and origin

FavFiles is based on the original Fav project by Frederic Jecker.

License

MIT License. See LICENSE for details.

Maintainer notes

Build, packaging, and publishing instructions are intentionally kept out of this README and documented separately in PUBLISHING.md.

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