rust-analyzer/crates/ra_ide
IceSentry 2a582b78a5 Add more heuristics for hiding obvious param hints
This will now hide "value", "pat", "rhs" and "other"
These words were selected from the std because they are used in common functions with only a single param and are obvious by their use.
I think it would be good to also hide "bytes" if the type is `[u8; n]` but I'm not sure how to get the param type signature

It will also hide the hint if the passed param starts or end with the param_name
2020-04-08 17:48:16 -04:00
..
src Add more heuristics for hiding obvious param hints 2020-04-08 17:48:16 -04:00
Cargo.toml Start stdx 2020-03-28 11:01:25 +01:00