rust-analyzer/crates/ide/src
2024-12-31 09:25:30 +00:00
..
annotations Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
doc_links Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
hover feat: show go-to-type-def actions for subst when hovering 2024-12-31 13:05:29 +08:00
inlay_hints Add implict unsafety inlay hints for extern blocks 2024-12-06 12:49:03 +01:00
syntax_highlighting Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
typing Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
annotations.rs Update ide tests 2024-10-21 11:28:19 +02:00
call_hierarchy.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
doc_links.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
expand_macro.rs Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
extend_selection.rs Remove DescendPreference::SameText 2024-08-22 12:34:20 +02:00
fetch_crates.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
file_structure.rs Render extern blocks in file_structure 2024-11-04 12:21:05 +01:00
fixture.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
folding_ranges.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
goto_declaration.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
goto_definition.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
goto_implementation.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
goto_type_definition.rs internal: Filter out opaque tokens in some of IDE feature macro descensions 2024-10-04 11:53:12 +02:00
highlight_related.rs Show expansion errors in expand_macro feature 2024-12-13 09:36:03 +01:00
hover.rs feat: show go-to-type-def actions for subst when hovering 2024-12-31 13:05:29 +08:00
inlay_hints.rs Add implict unsafety inlay hints for extern blocks 2024-12-06 12:49:03 +01:00
interpret.rs internal: Show mir eval errors on hover with debug env var set 2024-12-15 17:38:37 +01:00
join_lines.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
lib.rs Improve SCIP symbols 2024-12-25 21:51:58 -07:00
markdown_remove.rs Auto merge of #16155 - Waqar144:work/fix-16142, r=lnicola 2023-12-19 07:22:46 +00:00
markup.rs Consider interleaving hover kinds 2024-08-22 17:29:32 +02:00
matching_brace.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
moniker.rs Remove erroneous omit of inherent impls 2024-12-30 13:51:41 -07:00
move_item.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
navigation_target.rs Remove ImportSource::ExternCrate as the fixed point loop can't affect it 2024-10-05 15:02:47 +02:00
parent_module.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
references.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
rename.rs Show substitution where hovering over generic things 2024-12-20 11:30:19 +02:00
runnables.rs fix: remove always! check for file_id in runnables 2024-12-21 07:00:49 +08:00
signature_help.rs Remove DescendPreference::SameText 2024-08-22 12:34:20 +02:00
ssr.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
static_index.rs Improve SCIP symbols 2024-12-25 21:51:58 -07:00
status.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
syntax_highlighting.rs Invert token iteration order in macro mapping 2024-10-27 11:32:12 +01:00
syntax_tree.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
test_explorer.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
typing.rs fix: Don't trigger paren wrapping typing handler after idents 2024-12-22 12:08:27 +01:00
view_crate_graph.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
view_hir.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
view_item_tree.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
view_memory_layout.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
view_mir.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00