rust/crates
bors[bot] 876f92d547
Merge #2843
2843: Add inlay parameter name hints for call expr r=matklad a=imtsuki

This patch adds Intellij-like parameter name hints for literal values in function calls.

<img width="624" alt="Screenshot" src="https://user-images.githubusercontent.com/8423594/72366533-68d7f800-3735-11ea-9279-cf193ca8ca2f.png">

Signed-off-by: imtsuki <me@qjx.app>

Co-authored-by: imtsuki <me@qjx.app>
2020-01-15 10:24:51 +00:00
..
ra_arena
ra_assists Cleanup assert 2020-01-14 13:55:32 -05:00
ra_batch
ra_cargo_watch Defer cargo check until after workspace load 2020-01-13 17:12:14 +01:00
ra_cfg
ra_cli Some clippy lints 2020-01-13 11:27:06 -05:00
ra_db Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
ra_fmt
ra_hir Move Type API to type 2020-01-14 14:42:52 +01:00
ra_hir_def Merge #2803 2020-01-11 23:00:37 +00:00
ra_hir_expand Use dummy value for line! and column! macro 2020-01-15 01:47:01 +08:00
ra_hir_ty Merge #2844 2020-01-14 17:59:24 +00:00
ra_ide Merge #2843 2020-01-15 10:24:51 +00:00
ra_lsp_server Merge #2843 2020-01-15 10:24:51 +00:00
ra_mbe Add details about test_repeat_bad_var current state 2019-12-30 17:12:20 +01:00
ra_parser Readability 2020-01-13 11:38:53 -05:00
ra_prof Improve profiling output when duration filter is specified 2020-01-02 17:26:02 +01:00
ra_project_model Address nit 2020-01-10 22:41:52 +01:00
ra_syntax refactor(ra_syntax.validation): removed code duplication from validate_literal() function 2020-01-14 04:09:03 +02:00
ra_text_edit
ra_tt
ra_vfs_glob
test_utils