atom-ide-rust icon indicating copy to clipboard operation
atom-ide-rust copied to clipboard

Rust IDE support for Atom, powered by the Rust Analyzer or Rust Language Server

Results 19 atom-ide-rust issues
Sort by recently updated
recently updated
newest added

Ide-rust's use of rust analyzer has very poor impact on laptop battery life. There needs to be work done to reduce its CPU util when idle. My battery util with...

I'd like to be able to use nightly Rust for rustfmt but keep using stable Rust for everything else. Stable rust is set as the default toolchain in rustup and...

[Enter steps to reproduce:] 1. ...starting atom 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Windows 10 **Thrown From**: [ide-rust](https://github.com/rust-lang/atom-ide-rust) package 1.1.1 ### Stack Trace Uncaught Error: Message header must...

At the time of writing, the about section says > Rust IDE support for Atom, powered by the Rust Language Server (RLS) I presume this should be updated to refer...

Rust analyzer have a bunch of [Code Actions](https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/assists.md), before the 0.22.0-beta releases, when using the rust-analyzer the Code Actions suggestions showed up, but never worked and after 0.22.0-beta releases the...

When the "main.rs" file is saved empty, the whole editor freezes and shortly crashes. During the freeze, a _really_ high spike in CPU usage occurs. The analyzer doesn't show the...

This repo is great for Atom users, but in my opinion, to make ide-rust work more like a real IDE, it should have the ability of build a rust project...

When I get my project into a state in which there are no compiler errors, then ide-rust starts to go crazy. The `rust-analyzer` and `atom-helper` processes go up to 100...

When I set Check all targets = 'On' in Rls Configuration, I get results from compiler on all my valid *.rs file targets, though when a new file is added...

This would be nice. My currently thinking is to wait for rust-analyzer to start riding the rustup release trains as we have some old code lying around that dealt with...