rust/crates
bors e5e937ae5e Auto merge of #15582 - vxpm:master, r=HKalbasi
add option to show full function signatures in completion docs

implements #15538

with `"rust-analyzer.completion.fullFunctionSignatures.enable": false`:
![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/ff739ad1-9975-461f-a62d-22c7823e7b71)

with `"rust-analyzer.completion.fullFunctionSignatures.enable": true`:
![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/9bc98300-cef6-44ef-a353-dcf35cd36fce)
2023-09-24 07:38:38 +00:00
..
base-db Fix cfg completions not working 2023-09-08 10:49:15 +02:00
cfg Fix cfg completions not working 2023-09-08 10:49:15 +02:00
flycheck refactor: remove boxing 2023-09-20 23:02:52 +09:00
hir Auto merge of #15652 - Veykril:format_to, r=lnicola 2023-09-22 09:06:06 +00:00
hir-def Auto merge of #15652 - Veykril:format_to, r=lnicola 2023-09-22 09:06:06 +00:00
hir-expand
hir-ty Update chalk version 2023-09-19 16:56:59 -07:00
ide Documentation: Add parenthesis to the list of on-typing assists. 2023-09-21 14:58:24 -04:00
ide-assists Auto merge of #15425 - alibektas:deunwrap/convert_comment_block, r=Veykril 2023-09-22 15:47:55 +00:00
ide-completion split detail function 2023-09-23 19:43:19 -03:00
ide-db Auto merge of #15587 - dfireBird:fix-15128, r=Veykril 2023-09-22 07:39:11 +00:00
ide-diagnostics use code from bug report for regression test 2023-09-17 16:52:32 +03:00
ide-ssr
intern refactor: fix clippy lints 2023-09-15 16:43:21 +09:00
limit
load-cargo
mbe
parser Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykril 2023-09-22 06:46:29 +00:00
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile
project-model Auto merge of #15560 - davidbarsky:davidbarsky/use-sysroot-rustc-to-determine-cfgs, r=Veykril 2023-09-08 18:14:25 +00:00
rust-analyzer Auto merge of #15582 - vxpm:master, r=HKalbasi 2023-09-24 07:38:38 +00:00
rustc-dependencies Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
sourcegen
stdx Various small fixes 2023-09-22 10:13:51 +02:00
syntax Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril 2023-09-22 07:19:12 +00:00
test-utils
text-edit
toolchain
tt
vfs
vfs-notify