rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

Hover range breaks within attribute macros

Open xzbdmw opened this issue 1 year ago • 0 comments

rust-analyzer version: rust-analyzer 1.76.0 (07dca489 2024-02-04)

rustc version: rustc 1.76.0 (07dca489a 2024-02-04)

relevant settings: I'v set "rust-analyzer.procMacro.ignored": { "tokio": [ "main" ], "tracing": [ "instrument" ] }

https://github.com/rust-lang/rust-analyzer/assets/97848247/dd01ef5c-17f4-4f19-b769-9b92e6dc5e03

hover range no longer works(to get type info).

xzbdmw avatar Feb 12 '24 03:02 xzbdmw