rust-analyzer
rust-analyzer copied to clipboard
feat: show parameter hint for missing arguments
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).