wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

Unable to view full paths #72

Open OliverJAsh opened 5 years ago

OliverJAsh commented 5 years ago

We have some very long path names in our project. Unfortunately these get cut off by this extension—or is it VS Code? Either way, is there something we can do to fix this, and always show the user the full path?

image

borislit commented 5 years ago

hey @OliverJAsh. The issue stems from a VScode limitation as it seems. Not sure what are out options here. Perhaps a tree-like picker - you select a folder, then its chilld, then its child and so on. Any ideas are welcome