roife

Results 15 issues of roife

This PR fixes an issue with the wrappers for static functions in nested structs. See the added test case: ```cpp struct A { struct B { static void f() {}...

This update enhances the parameter highlighting logic in the SignatureHelp. Previously, SignatureHelp displayed parameters separated by commas, which was incorrect for languages like Scheme. This commit resolves the issue by...

cla-signed

Inspired by #18924, a follow-up to #17542. This PR adds a new feature that highlights the related return values when the cursor is on `match`, `if`, or a match arm...

S-waiting-on-author

Skip parameter name inlay hints when the argument name matches the parameter to avoid redundant labels. ## DEMO Before omitting: After omitting:

fix rust-lang/rust-analyzer#19615.

S-waiting-on-author