-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.26.1 x64
**Electron**: 1.7.11
**OS**: Mac OS X 10.13.4
**Thrown From**: [ide-python](https://github.com/lgeiger/ide-python) package 0.9.…
-
rust-analyzer already provides highlighting in these code snippets in documentation:
![image](https://user-images.githubusercontent.com/5489149/170612897-fd77898a-6a88-48b2-80fd-91cca7a1ed13.png)
…
-
As in subject. LSP4E currently only support basic inline refactoring in editor, could also support RefactoringParticipant inside project explorer
zulus updated
1 month ago
-
Today I (re)wrote some code like this:
```rust
match channel_sender.try_send(value) {
Err(TrySendError::Full(_)) => todo!(),
// ...
}
```
And used Ctrl+. to import `TrySendError`. T…
-
We've had a few discussions the past few weeks about a feature tentatively dubbed `pragma strict` after similar constructs in other languages. However, there wasn't really a cohesive writeup of the in…
Keno updated
2 months ago
-
Hi @chanhx, `crabviz` is a great tool to analyze codebase for us. We are using this tool to find out the potential impact modules of each PR.
However, we will analyze lots of `rs` files, which make…
-
Hi 👋 I'm new to Rust, and ran into an issue that I got confused about that [I reported in the main language repo](https://github.com/rust-lang/rust/issues/47168#issuecomment-520623989), but it turned…
bbugh updated
4 years ago
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.138.3572-203
* **Rust toolchain version:** 1.49.0 (e1884a8e3 2020-12-29) x86_64-pc-windows-msvc
* **IDE name and version:** IntelliJ IDE…
-
If I write a pretty simple program like:
```
fn main() {
let mut a = 0;
drop(a);
}
```
and try to inline `a`, there's no prompt for it. However, if I simply remove the `mut`, I can inli…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.189.5234-223
* **Rust toolchain version:** 1.67.1
* **IDE name and version:** CLion 2022.3.2
* **Operating system:** Linux
## Proble…