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

feat: show parameter hint for missing arguments

Open benodiwal opened this issue 1 month ago • 0 comments

Closes rust-lang/rust-analyzer#9486

Adds inlay hint for the next expected parameter when a function call has fewer arguments than parameters. Controlled by the new config option inlayHints.parameterHints.missingArguments.enable (default: false).

Screenshot 2025-12-10 at 5 03 13 PM Screenshot 2025-12-10 at 5 20 03 PM

benodiwal avatar Dec 10 '25 11:12 benodiwal