rust/crates
bors[bot] c5049bdcda
Merge #11190
11190: fix(completions): improve fn_param r=dbofmmbt a=dbofmmbt

- insert commas around when necessary
- only suggest `self` completions when param list is empty
- stop suggesting completions for identifiers which are already on the param list

Closes #11085 

Co-authored-by: Eduardo Canellas <eduardocanellas98@gmail.com>
2022-01-04 22:40:10 +00:00
..
base_db
cfg
flycheck
hir Merge #11112 2022-01-04 21:51:37 +00:00
hir_def Merge #11157 2022-01-04 16:49:47 +00:00
hir_expand minor: drop dead code 2022-01-02 19:03:38 +03:00
hir_ty Merge #11112 2022-01-04 21:51:37 +00:00
ide Merge #11112 2022-01-04 21:51:37 +00:00
ide_assists Merge #11112 2022-01-04 21:51:37 +00:00
ide_completion refactor: apply review suggestions 2022-01-04 19:30:57 -03:00
ide_db Remove lossy Definition::from_token/Definition::from_node methods 2022-01-04 18:29:53 +01:00
ide_diagnostics
ide_ssr compress 2021-12-28 19:17:34 +03:00
limit
mbe simplify 2022-01-03 16:27:16 +03:00
parser add empty input tests 2022-01-02 18:50:32 +03:00
paths
proc_macro_api
proc_macro_srv Rename and use the 1.55 ABI for 1.54 2022-01-04 14:06:26 +02:00
proc_macro_test
profile
project_model
rust-analyzer internal: Handle macro calls better in highlighting 2022-01-02 19:10:10 +01:00
sourcegen
stdx minor: replace panics with types 2022-01-02 19:05:37 +03:00
syntax Migrate to SyntaxNodePtr in new rowan 2021-12-29 23:48:53 -08:00
test_utils
text_edit
toolchain
tt
vfs
vfs-notify