Make it easier to deduce where a file belongs in the palette #239565
Description
I often change between backend and frontend files.
These can be javascript files for instance.
And they can have the same name.
The problem I have is that it's not obvious which file to pick when using the palette, because they are very similar, and the only differentiator is the path, which I have to check to know which one to pick.
For example:
What I need is something that gives me feedback that the file might be from the sockets dir or from the frontend dir. This would reduce picking time from ~1 second to near instant.
I'm not sure how you would do this, but a way is using jdenticon.
Each location, like ...server/sockets/modules
would have its own icon.
The icons are always the same based on the text (the path).
Or you could do something with colors and text effects.
But I hope you see what i'm talking about.