jasonnutter / vscode-search-node-modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
MIT License
60 stars 17 forks source link

[Request] display icons to differentiate between a folder and a file #43

Open hossammourad opened 2 years ago

hossammourad commented 2 years ago

image

The only way of differentiating between files and folders currently is to look for an extension next to the name. It happens sometimes that a file doesn't have an extension.

Adding a generic icon for folders could make it easier.