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

Long term planning #11

Open
nrc opened this issue Jun 14, 2017 · 2 comments
Open

Long term planning #11

nrc opened this issue Jun 14, 2017 · 2 comments
Labels

Comments

@nrc
Copy link
Member

nrc commented Jun 14, 2017

We've been playing catch-up with IDE support - it is currently one of the most desired features for Rust, but the core community was pretty late in prioritising development. I want to get ahead of the curve and be working on the next important tool before it becomes necessary and overdue. That means getting a better understanding of what is wanted or missing in the current world.

@nrc nrc added the roadmap label Jun 14, 2017
@Manishearth
Copy link
Collaborator

I think rustfix is the kind of tool that's currently pretty rare in IDEs and has the potential to be amazing.

You can even teach it to fix compile errors, not just lints.

@killercup
Copy link
Collaborator

Indeed, rustfix has immense potential, especially for people who are learning Rust and can get quick feedback on best practices.

When I say 'rustfix', though, I don't mean just the CLI tool I wrote. The mechanism of how the compiler/clippy supplies suggestions (spans with replacements) can and should be consumed by RLS, so that an editor plugin can apply the fixes directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants