rust-analyzer/crates/ide/src
bors b0e56ef5e8 Auto merge of #13545 - Veykril:adjustment-hints, r=Veykril
Generalize reborrow hints as adjustment hints

Like reborrow hints, these are still mainly useful for teaching/learning

![image](https://user-images.githubusercontent.com/3757771/200073606-b5cd3b95-a9ad-454d-a3c4-d4d89bf45928.png)
2022-11-07 14:38:59 +00:00
..
annotations Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
doc_links Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
hover Revert "feat: Diagnose some incorrect usages of the question mark operator" 2022-10-18 14:18:59 +02:00
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting Fix operator highlighting tags applying too broadly 2022-09-20 14:33:44 +02:00
typing Add scary warning to onEnter 2022-02-28 12:15:15 +02:00
annotations.rs Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
call_hierarchy.rs fix: Fix incorrect token pick rankings 2022-08-05 14:59:26 +02:00
doc_links.rs Fix go-to-def for #[doc = include_str!("path")] 2022-10-07 09:04:41 +00:00
expand_macro.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
extend_selection.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
file_structure.rs more clippy fixes: 2022-03-12 16:50:49 +01:00
fixture.rs add some tests 2021-09-26 12:48:53 +03:30
folding_ranges.rs feat: add fold range for multi line match arm list 2022-06-18 16:05:56 +08:00
goto_declaration.rs minor: Freshen up goto feature docs 2022-05-27 15:47:31 +02:00
goto_definition.rs Test all generic args for trait when finding matching impl 2022-10-25 23:28:40 +09:00
goto_implementation.rs fix: Fix incorrect token pick rankings 2022-08-05 14:59:26 +02:00
goto_type_definition.rs Don't show trait flyimports for impl trait and placeholders 2021-12-10 19:18:21 +01:00
highlight_related.rs Fix assertion failure in type inference (#13352) 2022-10-05 17:46:56 +02:00
hover.rs Add a setting for keyword hover popups 2022-08-16 16:51:40 +02:00
inlay_hints.rs Don't trigger adjustment hints in all inlay hint tests 2022-11-07 12:49:52 +01:00
join_lines.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
lib.rs Generalize reborrow hints as adjustment hints 2022-11-04 21:53:23 +01:00
markdown_remove.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
markup.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
matching_brace.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
moniker.rs ide: Generate monikers for local crates. 2022-10-22 19:33:47 +02:00
move_item.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
navigation_target.rs Record derive helper attributes, resolve them in IDE layer 2022-07-26 09:26:51 +02:00
parent_module.rs fix: Fix DidSaveDocument requests blocking the server on startup 2022-10-20 19:55:04 +02:00
prime_caches.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
references.rs Move reference imports filtering into to_proto layer 2022-09-13 14:58:50 +02:00
rename.rs fix: Fix reference searching only accounting substrings instead of whole identifiers 2022-11-05 13:00:02 +01:00
runnables.rs Add test for runnables with raw identifiers 2022-08-11 03:41:23 +09:00
shuffle_crate_graph.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
signature_help.rs Create Callables for generic types implementing FnOnce 2022-11-01 16:38:19 +01:00
ssr.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
static_index.rs Generalize reborrow hints as adjustment hints 2022-11-04 21:53:23 +01:00
status.rs fix: Fix formatting requests hanging when r-a is still starting 2022-10-17 18:21:18 +02:00
syntax_highlighting.rs Add config for macro bang token highlighting, disable by default 2022-08-23 14:05:56 +02:00
syntax_tree.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
typing.rs internal: Make autoclosing angle brackets configurable, disabled by default 2022-05-25 12:42:07 +02:00
view_crate_graph.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
view_hir.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
view_item_tree.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00