/vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

vscode-favorites

vscode version

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found.

Install

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

ext install favorites

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.

Change Log

2018-03-22

  1. enable add/delete func for activeEditor. Which means you can now add/delete assets from an active editor
  2. enter into ASC mode while click toggleSort button in MANUAL mode
  3. sort descendant assets in ASC mode while in MANUAL mode

2018-03-19

  1. add sort button at navigation bar
  2. refactor sort func to fix sort issue

2018-03-17

  1. sort favorites for directories and files separately
  2. add tooltip

2018-02-23

  1. add file icon support

2018-01-29

  1. add new configuration saveSeparated

2017-07-24

  1. arrange menu items in natural order

2017-06-30

  1. add sorting support
  2. add MANUAL sorting support

LICENSE

GPL v3 License