vscode-symbols icon indicating copy to clipboard operation
vscode-symbols copied to clipboard

Please consider reducing the spacing of nested folders

Open designbyadrian opened this issue 2 years ago • 2 comments

Lovely icon set! But I think the nested folder structure takes up too much space.

There are multiple ways to address this, where one of the several material themes has one good example: removing the arrows altogether and changes the folder icon to hint that it's opened:

image

designbyadrian avatar Aug 12 '22 07:08 designbyadrian

Thanks for the feedback! I originally hide them but added them back via #1 because of file nesting. Personally I think this should be a user setting and not defined by a theme, so I'll see if I can make this a setting (unlikely to work since the theme is loaded via JSON) or add a variant that hides them.

miguelsolorio avatar Aug 12 '22 15:08 miguelsolorio

Thanks to @barelyhuman's PR https://github.com/misolori/vscode-symbols/pull/8, you can now hide the folder arrows using the setting symbols.hidesExplorerArrows`.

https://user-images.githubusercontent.com/35271042/184555808-e5e4f9c5-4f4b-45d7-abdd-521a63fa16e9.mp4

Next step is to change the icon for opened folders.

miguelsolorio avatar Aug 14 '22 21:08 miguelsolorio