Skip to content
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

Persistent workspace file tree (similar to VSCode) #2438

Closed
tqwewe opened this issue May 9, 2022 · 2 comments
Closed

Persistent workspace file tree (similar to VSCode) #2438

tqwewe opened this issue May 9, 2022 · 2 comments
Labels
C-enhancement Category: Improvements

Comments

@tqwewe
Copy link

tqwewe commented May 9, 2022

Coming from VSCode to Helix, it would be nice to have a persistent file tree panel for the current workspace/working directory.
The biggest benefit of this is to easily view which files have errors in a rust project.

Alternatively, what's the recommended way of viewing which files have errors from Rust Analyzer in helix editor? Or should I have another terminal tab open and manually run cargo check each time to see which files aren't working correctly?

@tqwewe tqwewe added the C-enhancement Category: Improvements label May 9, 2022
@the-mikedavis
Copy link
Member

There's a PR for a workspace-wide diagnostics picker that should make it very easy to get a view of files with errors: #2013

File tree has an overall issue here: #200. See also #2377

@tqwewe
Copy link
Author

tqwewe commented May 12, 2022

Great thanks for the info.

I'll close in favor of those issues you've mentioned.

@tqwewe tqwewe closed this as completed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants