I've been doing a lot of React/Redux which has very similar filenames spread across different folders. The issue is that I can't visually tell which file the folder is in without doing extra work.
It would be nice if we can see an abbreviated folder structure along with the filename. Example below.
21]> c/P/Paginator.js
15]> c/C/c/PaginatorContainer.js
c/P/Paginator.js => components/Paginator/Paginator.js
c/C/c/PaginatorContainer.js => components/Cards/containers/PaginatorContainer.js
Thoughts?
I've been doing a lot of React/Redux which has very similar filenames spread across different folders. The issue is that I can't visually tell which file the folder is in without doing extra work.
It would be nice if we can see an abbreviated folder structure along with the filename. Example below.
c/P/Paginator.js => components/Paginator/Paginator.js
c/C/c/PaginatorContainer.js => components/Cards/containers/PaginatorContainer.js
Thoughts?