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
48 stars 21 forks source link

Faster ways to add faves #64

Open tportersplash opened 2 years ago

tportersplash commented 2 years ago

Awesome extension! thank you!

Is it possible to get a shortcut key working with this?...or if not possible, at least an option in the context menu from the opened files tabs?

image

leftstick commented 2 years ago

@tportersplash yes, it is possible. Do you have any suggested combinations?

tportersplash commented 2 years ago

@tportersplash yes, it is possible. Do you have any suggested combinations?

Good question :) Maybe CTRL+SHIFT+F ??

leftstick commented 2 years ago

@tportersplash ctrl+shift+f has been taken by "search: find in files" function. The reason I didn't put a shortcut is most combinations I preferred have been taken by other functions. It is so sad

tportersplash commented 2 years ago

True, that sucks....maybe just add an option in this context menu then??

image

That way we dont have to the explorer sidebar. Can that work?

tportersplash commented 2 years ago

or what about ctrl+option+command+F ?

leftstick commented 2 years ago

or what about ctrl+option+command+F ?

We should consider both windows and osx. ctrl+option+command+F makes sense only with windows since the equivalent key for command in windows might be win, which is not a common key for shortcut case

tportersplash commented 2 years ago

OK, seems we have to scrap the shortcut key idea for now then. What about the other suggestion above?