rust/crates/ide/src
bors[bot] 0c02208fd8
Merge #8489
8489: Indent block expressions on enter r=matklad a=jonas-schievink

This improves on https://github.com/rust-analyzer/rust-analyzer/pull/8388 by also indenting the created block expression on enter.

![on enter](https://user-images.githubusercontent.com/1786438/114444123-cb38d600-9bce-11eb-8af2-8e8d1c0f9908.gif)


Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-04-13 10:06:36 +00:00
..
diagnostics feat: improve performance by delaying computation of fixes for diagnostics 2021-04-13 12:09:04 +03:00
display Store an AstId for procedural macros 2021-03-18 16:11:18 +01:00
references Merge #8267 2021-03-31 10:01:56 +00:00
syntax_highlighting internal: fix flakiness of accidentally quadratic test 2021-04-13 12:56:24 +03:00
typing Add a cov_mark 2021-04-13 00:51:10 +02:00
annotations.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
call_hierarchy.rs Show item info when hovering intra doc links 2021-03-23 19:57:04 +01:00
diagnostics.rs feat: improve performance by delaying computation of fixes for diagnostics 2021-04-13 12:09:04 +03:00
display.rs Remove ShortLabel 2021-03-16 15:44:31 +01:00
doc_links.rs Merge #8245 2021-04-05 12:30:20 +00:00
expand_macro.rs Reduce allocations in Expand macro 2021-04-08 17:37:43 +03:00
extend_selection.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
file_structure.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
fixture.rs
fn_references.rs
folding_ranges.rs Emit folding ranges for multiline array literals 2021-04-08 00:12:11 +02:00
goto_definition.rs internal: don't use #[should_panic] for tests 2021-04-13 12:21:59 +03:00
goto_implementation.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
goto_type_definition.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
hover.rs Merge #8245 2021-04-05 12:30:20 +00:00
inlay_hints.rs Add and start using TraitRef and ProjectionTy builders 2021-04-04 13:16:38 +02:00
join_lines.rs Fix joinLines panic if run on the empty last line 2021-04-03 11:20:16 +08:00
lib.rs feat: improve performance by delaying computation of fixes for diagnostics 2021-04-13 12:09:04 +03:00
markdown_remove.rs
markup.rs
matching_brace.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
move_item.rs Merge #8267 2021-03-31 10:01:56 +00:00
parent_module.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
prime_caches.rs
references.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
runnables.rs Merge #8267 2021-03-31 10:01:56 +00:00
ssr.rs
status.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
syntax_highlighting.rs Additional syntax highlighting screenshot in manual 2021-03-31 18:45:15 +01:00
syntax_tree.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
typing.rs Document } insertion 2021-04-07 17:19:42 +02:00
view_hir.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00