oleg-shilo / Favorites.vscode

VSCode extension for managing Favorites
MIT License
23 stars 6 forks source link

Feature Request: option for alternate names #15

Closed mbaas2 closed 4 years ago

mbaas2 commented 4 years ago

I have a few cases where I have favorite files with identical names, but in different folders and I can only distinguish them by checking the others around them (and with a bit of luck ;))

Two suggestions to deal with those cases:

  1. onMouseOver show the fully qualified name of a file/folder
  2. Add a feature to provide an optional caption, ie c:/foo/goo.txt|See what I mean or c:\foo/goo.txt>Maybe this can work?
oleg-shilo commented 4 years ago

Excellent suggestion. Will do. Option #1 is impossible though. VSCode has this TreeView flaw - you cannot control the content of the node tootip. Yes, it's hard to imagine but it is true. The feature request exists for years but... the feature is not there.

Will go with option #2

oleg-shilo commented 4 years ago

Done. Will be available in the very next release:

image

mbaas2 commented 4 years ago

I got the update - it works perfectly, thanks very much!