You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use VS Code daily at work and at home since the very first preview release and I love it.
I do have a major concern though about the way the differents files are shown in the 'Working Folder' view : they're all formatted in the same, plain way, and it is actually quite hard to distinguish what is what when looking at it (especially folders vs files). In a previous release, I recall the folder names were bold. It was better but nonetheless not enough.
I think this image below can describe pretty well what I suggest:
The same solution is opened in both Code and full VS, and obviously the latter works way better with icons and varying font weight.
Would it be possible to achieve a similar look with Code ? I don't know about reusing the full VS assets since it might be a problem with licensing and stuff though. I gave a look at the new extension API but it specifically states that it doesn't allow for DOM manipulation, so I guess it's a no-go.
If it's not in the priorities of the dev team (I understand there are way more important stuff to work on in the short term), would you accept a PR that would bring such a feature ?
Thank you for your time and your awesome work,
JabX
The text was updated successfully, but these errors were encountered:
It was our explicit UX decision to keep the explorer very light and not use icons. We might add support for extensions to add decorations to the explorer but currently this is not possible and not planned.
bpasero
changed the title
[Suggestion] Improve the 'Working Folder' view to match full VS design.
Improve the explorer view to match full VS design
Jun 6, 2016
Hello,
I use VS Code daily at work and at home since the very first preview release and I love it.
I do have a major concern though about the way the differents files are shown in the 'Working Folder' view : they're all formatted in the same, plain way, and it is actually quite hard to distinguish what is what when looking at it (especially folders vs files). In a previous release, I recall the folder names were bold. It was better but nonetheless not enough.
I think this image below can describe pretty well what I suggest:
The same solution is opened in both Code and full VS, and obviously the latter works way better with icons and varying font weight.
Would it be possible to achieve a similar look with Code ? I don't know about reusing the full VS assets since it might be a problem with licensing and stuff though. I gave a look at the new extension API but it specifically states that it doesn't allow for DOM manipulation, so I guess it's a no-go.
If it's not in the priorities of the dev team (I understand there are way more important stuff to work on in the short term), would you accept a PR that would bring such a feature ?
Thank you for your time and your awesome work,
JabX
The text was updated successfully, but these errors were encountered: