-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back full path to file browser #26
Comments
Agreed. How do you used search for it? Give me an example please. Thanks. |
Here's an example:
In the old DPack you could just start typing "Folder2", and it would give you all the files contained in Folder2 (including the proper File.cs). |
#37 |
Would love to see this added back as well for the same reasons listed above. |
My recollection of why it was removed from the latest version - determining relative project path had issues for some project types, like web ones opened via URL. And that's just 1 type I recall. W/o relative project path, and lets assume that's not there, how do you see that working if you had folder structure with identical folder names but in different locations of the hierarchy? For instance: \Folder1\Folder2\file.cs \Folder2\Folder1\file.csSearching for Folder1, should it consider just the last folder in the path or anywhere in the path? If base path happened to contain the same searched folder but not in the relative path, should that be included as well? All sounds pretty messy to me. |
Previously, you could type in any part of file path and name (in any order) and filter down the results. You could add any number of strings separated by spaces. Here are some examples:
For our projects, a more realistic scenario would be:
The second part of making this useful is allowing users to show the relative paths of the files as a column in the results. Then in cases where multiple files share the same name and are matched, it is easy to differentiate between the different files. |
Hi!
In the original DPack, in the File Browser you could search the full path of files, like folder\folder\file.cs, for example. I really miss this feature because our codebase has a lot of files that have the same name, but are in different directories.
Thanks a lot!
The text was updated successfully, but these errors were encountered: