rust/crates
bors[bot] 87429768bd
Merge #5711
5711: Display snippet in the completion label r=matklad a=SomeoneToIgnore

Before, the completion did not show the actual snippet and it was hard to understand what to input to get the right snippet:

<img width="467" alt="image" src="https://user-images.githubusercontent.com/2690773/89941040-21f6a600-dc23-11ea-94b8-61f77f88feaf.png">
<img width="367" alt="image" src="https://user-images.githubusercontent.com/2690773/89941046-23c06980-dc23-11ea-8034-6c4e14357c94.png">

Now it's more clear:

<img width="315" alt="image" src="https://user-images.githubusercontent.com/2690773/89941124-42befb80-dc23-11ea-9fcc-5fd49cc92b74.png">
<img width="210" alt="image" src="https://user-images.githubusercontent.com/2690773/89941132-4488bf00-dc23-11ea-99c2-12ec66e0a044.png">


Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2020-08-12 10:00:08 +00:00
..
expect
flycheck Log the command flycheck runs to debug misconfigurations 2020-08-11 03:12:09 +03:00
paths
ra_arena
ra_assists Revert some FIXMEs 2020-08-11 17:19:02 +08:00
ra_cfg
ra_db Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
ra_fmt
ra_hir Remove Option<...> from result of Crate::root_module 2020-08-09 18:52:19 -04:00
ra_hir_def Update grammar 2020-08-01 13:47:19 +02:00
ra_hir_expand Revert some FIXMEs 2020-08-11 17:19:02 +08:00
ra_hir_ty Merge #5684 2020-08-08 16:45:37 +00:00
ra_ide Display snippet in the completion label 2020-08-11 22:33:17 +03:00
ra_ide_db Remove Option<...> from result of Crate::root_module 2020-08-09 18:52:19 -04:00
ra_mbe Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
ra_parser Simplify 2020-08-12 10:14:08 +02:00
ra_proc_macro
ra_proc_macro_srv
ra_prof Print errors when failing to create a perf counter 2020-07-30 14:34:11 +02:00
ra_project_model Merge #5596 2020-07-30 21:23:41 +00:00
ra_ssr Use SyntaxNode.ancestors instead of a loop 2020-08-06 07:36:03 +10:00
ra_syntax align names in make 2020-08-05 19:37:26 +02:00
ra_text_edit
ra_toolchain
ra_tt
rust-analyzer Address some FIXMEs 2020-08-11 10:55:26 +08:00
stdx Use split_once polyfill 2020-07-30 22:23:12 +02:00
test_utils Use split_once polyfill 2020-07-30 22:23:12 +02:00
vfs
vfs-notify