alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

[FEATURE] - More Accurate Names for Secondary Sidebar Context Menu #674

Closed imperialmarch55 closed 10 months ago

imperialmarch55 commented 10 months ago

In the secondary sidebar in VS code the options for showing bookmarks appear as "Explorer" and "Help and Feedback". Neither of these names indicate they have anything to do with the bookmarks extension, and in fact sound very far from being part of the bookmarks extension.

This caused a lot of confusion, and I thought something was wrong with my bookmarks extension installation or something. Please update the names to reflect what's actually going on.

alefragnani commented 10 months ago

Hi @imperialmarch55 ,

As you may notice, the Secondary Side Bar only displays the icon of the extension's Activity Bar, no matter if it is from a built in Activity Bar, or from an extension. And unfortunately, it does not provide any setting to display the name as well.

The same limitation occurs on extension development, and there is no way to define an alternate name, based on which Side Bar the extension is docked.

Thanks for your understanding.

imperialmarch55 commented 10 months ago

It looks like we're not talking about the same thing. In the attached screenshot, you can see that there are some very specific names in the context menu for different extensions. For example, you can see that "TODOs" in the context menu corresponds to "TODOS: Tree" in the Secondary Sidebar. There are also very specific names like "GitKraken Account" and "GitKraken Workspaces".

In contrast the Bookmarks extension has "Explorer" corresponding to "BOOKMARKS: EXPLORER", and a similar thing is done with "Help and Feedback" for this extension. Updating these context menu names to be more explicit, for example just including the word "Bookmarks" in it, would help avoid needless confusion.

I apologize for the lack of clarification by not including a screenshot in my original message.

sidebar_context_menu