kdcro101 / vscode-favorites

Add files and directories to workspace favorites. You can create groups (and subgroups) of favorite items with files and folders. Time saver for complex projects.
MIT License
49 stars 13 forks source link

Add file to favourite by UI #5

Closed PixelT closed 6 years ago

PixelT commented 6 years ago

It will be good to possibility to add / remove active file to favourites in another way than palette command Add active document to favorites Maybe position in context menu after mouse right-click?

Delete favourite file from palette command doesn't work: Running the contributed command:'favorites.deleteFavorite' failed.

PixelT commented 6 years ago

Update: the whole palette commands doesn't work for me: You have to call this extension from explorer

kdcro101 commented 6 years ago

Yes. You have to call it from explorer

PixelT commented 6 years ago

OK, now I see how it works ;) so my first post is still actual here ;) to add possibility to add / remove file using context menu

kdcro101 commented 6 years ago

@PixelT

You can add active document to favorites by palette command:

Add active document to favorites You can assign keybinding too.

You can add file/directory to favorites with following methods

  1. Add active document to favorites from palette command (or optional keybinding)
  2. Right click on object in file explorer and select Add to favorites
kdcro101 commented 6 years ago

Please, read https://github.com/kdcro101/vscode-favorite-items/blob/master/README.md