-
**rust-analyzer version**: 0.3.2104-standalone (08c7bbc2d 2024-09-06)
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: VsCode, with rust-analyzer extension ver…
-
A lot of function-like procedural macros might have syntax alien to Rust (`html!` Yew macro comes to mind). Highlighing based on expansion is not always reliable as a lot of tokens might not end up in…
-
The code is at [repo for reproduce](https://github.com/fre3dm4n/rust-analyzer-issue), you can build it with
```bash
BINDING_PATH=../../build/bindings.rs cargo build --manifest-path ./proj/Cargo.t…
-
I understand that the debugger is experimental, but surely it is useless at the moment if we can't see the value of the variables?
Everything else seems to work, this one fix would make the debugge…
-
**rust-analyzer version**: 0.3.1443-standalone
**rustc version**: rustc 1.67.1 (d5a82bbd2 2023-02-07)
**relevant settings**:
"rust-analyzer.completion.autoimport.enable": false,
"rust-anal…
-
### What happened?
This is a refined report from #4974. It appears that the problem with my M2 Mac is that something is wrong with the file system in the Dev Container, and that files/directories can…
-
This crashes both the language server and the actual software I am writing
```slint
ScrollView {
width: 100%;
viewport-width: v.width; // Source of the error
…
-
- [x] Rust 설치 - 1.80
- [x] IDE 결정 - vscode
- [x] 프레임워크, DB 결정 - warp, mysql 사용
-
**rust-analyzer version**: rust-analyzer version: 0.4.1997-standalone [/home/bjorn/.var/app/com.visualstudio.code/data/vscode/extensions/rust-lang.rust-analyzer-0.4.1997-linux-x64/server/rust-analyzer…
-
Hi,
Thanks for your great work! I am looking for rust visualization library for a long time. I have tried plotters (https://github.com/plotters-rs/plotters) and plotly (https://github.com/igiagkioz…