rust/crates/ide/src
2023-11-14 18:53:48 +01:00
..
annotations
doc_links Move doc comment handling into ide-db 2023-09-02 16:27:26 +02:00
hover feat: preview adt field when hover 2023-11-08 21:45:32 +08:00
inlay_hints Fix inlay-hint tests being invalidated by minicore chanes 2023-11-14 18:53:48 +01:00
prime_caches
syntax_highlighting Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
typing
annotations.rs fix: Fix lens location "above_whole_item" breaking lenses 2023-09-13 22:01:04 +02:00
call_hierarchy.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
doc_links.rs Fix docs path for derive macros 2023-11-04 13:33:19 +02:00
expand_macro.rs Make Expand macro command title more explicit 2023-11-12 11:43:46 +02:00
extend_selection.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
fetch_crates.rs
file_structure.rs
fixture.rs
folding_ranges.rs
goto_declaration.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_definition.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_implementation.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_type_definition.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
highlight_related.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
hover.rs minor: hover_simple refactor 2023-09-24 22:47:29 +02:00
inlay_hints.rs Fix inlay-hint tests being invalidated by minicore chanes 2023-11-14 18:53:48 +01:00
interpret_function.rs implement type_name intrinsic 2023-07-14 16:52:36 +03:30
join_lines.rs
lib.rs Auto merge of #15522 - SomeoneToIgnore:resolve-inlay-hints, r=Veykril 2023-09-08 11:12:27 +00:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
move_item.rs
navigation_target.rs Move doc comment handling into ide-db 2023-09-02 16:27:26 +02:00
parent_module.rs
prime_caches.rs
references.rs fix: find Self reference 2023-11-10 19:54:43 +08:00
rename.rs v3 2023-09-10 23:19:58 +02:00
runnables.rs Recognize custom main function as binary entrypoint for runnables 2023-10-04 12:07:41 +02:00
shuffle_crate_graph.rs
signature_help.rs Remove markdown module from rust-analyzer crate 2023-09-02 17:27:52 +02:00
ssr.rs Add SnippetEdit to be alongside source changes 2023-07-12 00:43:41 -04:00
static_index.rs Resolve inlay hint data 2023-09-02 18:28:35 +03:00
status.rs Shrink some stuff 2023-09-10 08:24:26 +02:00
syntax_highlighting.rs Remove repetitive words 2023-10-05 19:40:41 +08:00
syntax_tree.rs
typing.rs Documentation: Add parenthesis to the list of on-typing assists. 2023-09-21 14:58:24 -04:00
view_crate_graph.rs
view_hir.rs
view_item_tree.rs
view_memory_layout.rs Update rustc_abi dependency 2023-10-15 18:57:40 +02:00
view_mir.rs