rust/crates
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
..
ra_arena
ra_assists Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_cfg
ra_db
ra_flycheck Centralize defaults 2020-04-01 18:56:47 +02:00
ra_fmt
ra_hir Move computation of missing fields into hir 2020-04-07 18:34:17 +02:00
ra_hir_def Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_hir_expand Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
ra_hir_ty match checking add additional test for match checking tuple with missing pattern 2020-04-08 10:47:05 -07:00
ra_ide Add more heuristics for hiding obvious param hints 2020-04-08 17:48:16 -04:00
ra_ide_db Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
ra_mbe Add L_DOLLAR for TYPE_RECOVERY_SET 2020-04-08 18:34:20 +08:00
ra_parser Add L_DOLLAR for TYPE_RECOVERY_SET 2020-04-08 18:34:20 +08:00
ra_proc_macro Introduce ra_proc_macro_srv 2020-04-03 19:01:44 +08:00
ra_proc_macro_srv fmt 2020-04-08 12:19:41 +02:00
ra_prof
ra_project_model Migrate to privacy as per review commets 2020-04-02 21:09:03 +03:00
ra_syntax Fix warnings emitted when compiling as part of rustc 2020-04-08 14:49:19 +02:00
ra_text_edit
ra_tt
rust-analyzer fix cargo check config with custom command 2020-04-06 21:41:31 -07:00
stdx Check for eprintln on CI 2020-04-06 17:00:18 +02:00
test_utils Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00