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

Show directories suffixes #24

Open jlpiedrahita opened 5 years ago

jlpiedrahita commented 5 years ago

This PR appends a platform-specific path separator suffix (/ for Unixes and \ for Windows) to every directory within the current selected package making easier to tell which items are traversable or just plain files:

Before:

before

After:

after