Sachin Beniwal

Results 4 issues of Sachin Beniwal

Add new shader uniforms to provide access to terminal color scheme: - iPalette[256]: 256-color ANSI palette array - iBackgroundColor: terminal background color - iForegroundColor: terminal foreground color - iCursorColor: pure...

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).

S-waiting-on-review

Closes rust-lang/rust-analyzer#21229 NOTE: Narrowing casts like `i64 as i32` won't show the assist. Hence `.try_into().unwrap()` conversion when only `TryFrom/TryInto` exists can be added as a follow-up enhancement through another PR.

S-waiting-on-review