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

Parent folder name, if there are duplicate folder names #56

Open andylacko opened 3 years ago

andylacko commented 3 years ago

hello, I have folder structure like

DatePicker
--index.jsx
--Calendar
-----index.tsx
-----Day.tsx

in favorites I have

index.tsx
index.tsx
image

it would be nice, if in favorites there would be something like

Calendar/index.tsx
DatePicker/index.tsx

with darker color on folder name

irvnriir commented 4 months ago

Just for reference, #12 is related and has higher coverage.