-
### Check for existing issues
- [X] Completed
### Describe the feature
as of right now rust tests are being detected by custom code. It would probably be easier to use rust-analyzer for that.…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.195.5408-231
* **Rust toolchain version:** 1.68.2 (9eb3afe9e 2023-03-27) x86_64-apple-darwin
* **IDE name and version:** WebStorm 2023.1…
-
## Environment
* **IntelliJ Rust plugin version:** `0.3.133.3383-202-nightly`
* **Rust toolchain version:** 1.46 stable
* **IDE name and version:** IntelliJ IDEA 2020.2.2 Ultimate
* **Operating …
-
## Environment
* **IntelliJ Rust plugin version:** 0.2.117.2170-193
* **Rust toolchain version:** 1.42.0
* **IDE name and version:** CLion 2019.3.4
* **Operating system:** Ubuntu 19.10
##…
-
Hello.
I can't get VSCode or Atom to work with Rust properly (in a productive way). This seems to be a very widespread issue:
- Latest VSCode
- Rust Beta (rustc 1.41.0-beta.1 (eb3f7c2d3 2019-12…
-
In https://github.com/rust-lang/atom-ide-rust/issues/125, ide-python appears to be using ide-rust's version of vscode-jsonrpc.
This appears to be causing ide-rust to appear to be getting invalid js…
-
When `"rust-analyzer.completion.callable.snippets": "fill_arguments"` is set, r-a completes the parens for function calls flawlessly in most situations. But when inside a match arm, if I only typed …
-
In one of my projects, we operate off of a mono-repo which has multiple rust packages in it. As a result, rust-analyzer attempts to index the entire mono-repo causing the computer to reach very high l…
-
Hi folks! I added Cargo-style automatic project discovery in rust-analyzer for non-Cargo build systems (Buck primarily, but it's designed to be usable by Bazel...) in https://github.com/rust-lang/rust…
-
I'm currently learning Substrate and following a tutorial to set up a blockchain. However, I've encountered a problem in the `runtime/src/lib.rs` file where the compiler is unable to recognize several…