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

Improve context menu in favourites #40

Open cubitworx opened 5 years ago

cubitworx commented 5 years ago

Is your feature request related to a problem? Please describe. The reason I would like to use favourites is so that I can perform actions on them that I would normally do in the file explorer pane - such as right clicking on a folder & selecting "Find in Folder...". The current context menu for favourites is limited to managing the favourites.

Describe the solution you'd like It would be really great if the explorer pane actions for folders & files were available from the favourites context menu, so that these same actions can be done from either the explorer pane or from the favourites pane. I would think that the actions currently available in the favourites pane context menu will be done far less than the explorer pane context menu actions. My suggestion would be to group the current actions under a "Favourites" context-sub-menu & have explorer pane actions as the default actions.

Thanks

irvnriir commented 4 years ago

VSC has a "Reveal in Side Bar" function (RMB on a file tab), would be great to add it to the context menu . In addition to the missed File Explorer 's actions, some Extensions add own ones which also should be accessible .

https://github.com/leftstick/vscode-favorites already has this feature .