vscode-favorites
An extension helps developer marking resources as favorite. Therefor, those resources can be easily found.
Usage
vscode-favorites
save your favorite resource in workspace settings.json
, and show them in a separate view
Configuration
{
"favorites.resources": [], // resources path you prefer to mark
"favorites.sortOrder": "ASC", // DESC, MANUAL
"favorites.saveSeparated": false // whether to use an extra config file
}
You don't need handle this config manually, but with context menu instead.