-
Notifications
You must be signed in to change notification settings - Fork 5
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
Flat package view in VSCode Project explorer #44
Comments
Related: |
If ok I’ll take a dig at implementing this |
A generic flat view just landed in vscode/master |
Look like we can close it then! 🎉 @nilskp Edit: Och, actually that's not entirely enough. Flat package structure represents each package separately, right? |
yeah, I was referring to Metals' own Build view, not the VSCode file hierarchy, although it'd be nice to have in the file hierarchy too. Even the solution from VSCode seems to be conditional on there being a single child. I think that's a different use case entirely. I'm mostly looking for a flat list of packages, sorted alphabetically, like the Eclipse screenshot. |
Is your feature request related to a problem? Please describe.
The hierarchical view lists sub-folders before types, which makes it harder to quickly view types in a package.
Describe the solution you'd like
A flat package view makes it much faster to find the right package and containing types.
Describe alternatives you've considered
None.
Additional context
Here's how it looks in Eclipse, where you can quickly see all packages, without the need to keep digging:
Search terms:
flat, flatten, package,
The text was updated successfully, but these errors were encountered: