rust/crates/ide/src
2024-01-04 15:21:57 +01:00
..
annotations
doc_links hir: resolve associated items in docs (excl. type aliases) 2024-01-03 23:04:24 +09:00
hover Refactor label & docs from ide::hover::render to ide-db::defs::Definition 2024-01-03 10:54:57 +01:00
inlay_hints Query for nearest parent block around the hint to resolve 2023-12-11 14:53:51 +02:00
prime_caches
syntax_highlighting fix: Don't print proc-macro panic backtraces in the logs 2023-12-06 17:49:48 +01:00
typing
annotations.rs fix: Deduplicate annotations 2023-12-19 08:49:00 +01:00
call_hierarchy.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
doc_links.rs Try to support pre and post-change metavars 2023-12-19 20:45:12 +01:00
expand_macro.rs Simplify 2023-12-06 14:36:39 +01:00
extend_selection.rs Implicit format args support 2023-12-05 17:07:00 +01:00
fetch_crates.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
file_structure.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
fixture.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
folding_ranges.rs
goto_declaration.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
goto_definition.rs Go to definition for macros in #[macro_use(...)] 2023-12-16 18:00:29 +00:00
goto_implementation.rs fix: Deduplicate annotations 2023-12-19 08:49:00 +01:00
goto_type_definition.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
highlight_related.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
hover.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
inlay_hints.rs Search for parent blocks and items when resolving inlay hints 2023-12-11 15:16:55 +02:00
interpret_function.rs fix: Fix view mir, hir and eval function not working when cursor is inside macros 2023-12-10 14:44:40 +01:00
join_lines.rs
lib.rs scip: Populate SymbolInformation::kind 2024-01-03 13:05:36 +01:00
markdown_remove.rs Auto merge of #16155 - Waqar144:work/fix-16142, r=lnicola 2023-12-19 07:22:46 +00:00
markup.rs
matching_brace.rs
moniker.rs scip: Populate SymbolInformation::kind 2024-01-03 13:05:36 +01:00
move_item.rs
navigation_target.rs fix: Fix focus range being discarded in attributes/derives when upmapping 2024-01-03 12:15:28 +01:00
parent_module.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
prime_caches.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
references.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
rename.rs Do not extract FileId for file_system_edits 2024-01-04 14:29:41 +01:00
runnables.rs Also compare navigation targets for tests 2024-01-04 15:21:57 +01:00
shuffle_crate_graph.rs Try to support pre and post-change metavars 2023-12-19 20:45:12 +01:00
signature_help.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
ssr.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
static_index.rs scip: Populate SymbolInformation::kind 2024-01-03 13:05:36 +01:00
status.rs minor: Render more crate information in status command 2024-01-01 13:32:04 +01:00
syntax_highlighting.rs fix: Don't print proc-macro panic backtraces in the logs 2023-12-06 17:49:48 +01:00
syntax_tree.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
typing.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
view_crate_graph.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
view_hir.rs fix: Fix view mir, hir and eval function not working when cursor is inside macros 2023-12-10 14:44:40 +01:00
view_item_tree.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
view_memory_layout.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
view_mir.rs fix: Fix view mir, hir and eval function not working when cursor is inside macros 2023-12-10 14:44:40 +01:00