rust/crates/ide/src
oxalica 3bfe1d5d78
Display fully qualified associated types correctly
Currently they are formatted in the internal `Trait<Self = Type>::Assoc`
forms where `hir_ty::TypeRef` is formatted, like hover.
2023-08-09 00:04:55 +08:00
..
annotations
doc_links Support doc links that resolve to fields 2023-08-07 00:59:35 +09:00
hover Display fully qualified associated types correctly 2023-08-09 00:04:55 +08:00
inlay_hints Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
prime_caches
syntax_highlighting Remove suspicious unwrap 2023-08-02 12:18:10 +02:00
typing
annotations.rs
call_hierarchy.rs
doc_links.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
expand_macro.rs
extend_selection.rs
fetch_crates.rs
file_structure.rs
fixture.rs
folding_ranges.rs
goto_declaration.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
goto_definition.rs Remove suspicious unwrap 2023-08-02 12:18:10 +02:00
goto_implementation.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
goto_type_definition.rs
highlight_related.rs Updated search to expose some more functions and to make search take the search scope by reference. 2023-07-09 17:30:21 -04:00
hover.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
inlay_hints.rs
interpret_function.rs implement type_name intrinsic 2023-07-14 16:52:36 +03:30
join_lines.rs
lib.rs internal: Defer rendering of structured snippets 2023-07-12 01:50:35 -04:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs SCIP: Qualify parameters by the containing function 2023-08-04 16:38:31 -07:00
move_item.rs
navigation_target.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
parent_module.rs
prime_caches.rs
references.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
rename.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
runnables.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
shuffle_crate_graph.rs
signature_help.rs
ssr.rs Add SnippetEdit to be alongside source changes 2023-07-12 00:43:41 -04:00
static_index.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
status.rs
syntax_highlighting.rs Fix highlighting of byte escape sequences 2023-07-17 22:52:58 +08:00
syntax_tree.rs
typing.rs
view_crate_graph.rs
view_hir.rs
view_item_tree.rs
view_memory_layout.rs Rework view memory layout tests to use expect_test and to_strings. 2023-07-09 16:11:15 -04:00
view_mir.rs