leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

feature request: right-click "reveal in side bar/explorer" #19

Closed Gettyk closed 4 years ago

Gettyk commented 6 years ago

Thanks for you great extension!

That would be great if we could right click on a file in the 'favorite section' and select reveal in side-bar or reveal in explorer.

leftstick commented 6 years ago

nice feature, i will think about it. Or it would be good if you give me a pr for it

Daijobou commented 5 years ago

Dublicate? https://github.com/leftstick/vscode-favorites/issues/18

irvnriir commented 4 years ago

Explorer's functions

All VSC's File Explorer RMB's actions should be accessible from it . But instead of merging them with the sorting controls, its easier to just add the Tab RMB 's "Reveal in Side Bar" function .

leftstick commented 4 years ago

@geforcesong do you like to take a look at it?

SashaOv commented 4 years ago

The motivation is that there are some commands (like copy/paste) that this extension doesn't implement so switching to the explorer will be useful to be able to run these commands. Thanks for your consideration.

geforcesong commented 4 years ago

fixed, will be released soon

irvnriir commented 4 years ago

PLEASE add the Reveal In Sidebar action, for getting to the RMB menu with functions inside the VSC, like comparison tools and other .

gjsjohnmurray commented 4 years ago

PLEASE add the Reveal In Sidebar action, for getting to the RMB menu with functions inside the VSC, like comparison tools and other .

I plan to submit a PR for this after my existing PR #26 has been merged.