wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to view full paths

OliverJAsh opened this issue · comments

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

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