rust/crates/ide/src
bors b94c2852fa Auto merge of #16856 - Veykril:macarons, r=Veykril
fix: Fix wrong where clause rendering on hover

We were not accounting for proper newline indentation in some places making the hover look weird (or just straight up wrong for type aliases)
2024-03-16 17:23:02 +00:00
..
annotations
doc_links fix: Ignore generic arguments in intra doc link path resolution 2024-02-28 14:47:47 +01:00
hover fix: Fix wrong where clause rendering on hover 2024-03-16 17:49:59 +01:00
inlay_hints internal: Treat the self param as different from patterns when lowering 2024-03-11 09:46:28 +01:00
syntax_highlighting feat: Support macro calls in eager macros for IDE features 2024-03-14 15:40:35 +01:00
typing
annotations.rs
call_hierarchy.rs
doc_links.rs fix: Ignore generic arguments in intra doc link path resolution 2024-02-28 14:47:47 +01:00
expand_macro.rs For toolchain binaries ue the full path found in $PATH 2024-03-05 10:17:09 +01:00
extend_selection.rs
fetch_crates.rs
file_structure.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
fixture.rs
folding_ranges.rs minor: correct some typos 2024-02-02 18:22:54 +08:00
goto_declaration.rs Deduplicate some code 2024-02-10 01:51:22 +01:00
goto_definition.rs feat: Support macro calls in eager macros for IDE features 2024-03-14 15:40:35 +01:00
goto_implementation.rs Deduplicate some code 2024-02-10 01:51:22 +01:00
goto_type_definition.rs
highlight_related.rs fix: Don't highlight related assoc items of super traits 2024-03-01 14:03:12 +01:00
hover.rs internal: Adjust a few things for trait assoc item hovers 2024-03-05 11:06:36 +01:00
inlay_hints.rs
interpret_function.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
join_lines.rs internal: Fetch toolchain and datalayout for DetachedFiles 2024-02-20 10:40:39 +01:00
lib.rs Stop using an Arc when setting the file text 2024-03-08 20:30:12 +02:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs internal: Remove load-cargo dependency on ide 2024-02-28 16:59:04 +01:00
move_item.rs
navigation_target.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
parent_module.rs Add prefix file_ to Semantics's to_module_defs()/to_module_def() methods 2024-02-28 10:27:28 +01:00
references.rs feat: Add proc macro semantic token type 2024-03-11 22:14:59 +09:00
rename.rs Add prefix file_ to Semantics's to_module_defs()/to_module_def() methods 2024-02-28 10:27:28 +01:00
runnables.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
shuffle_crate_graph.rs fix: Split toolchain and datalayout out of CrateData 2024-02-16 14:48:25 +01:00
signature_help.rs
ssr.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
static_index.rs internal: Adjust a few things for trait assoc item hovers 2024-03-05 11:06:36 +01:00
status.rs fix: Split toolchain and datalayout out of CrateData 2024-02-16 14:48:25 +01:00
syntax_highlighting.rs feat: Add proc macro semantic token type 2024-03-11 22:14:59 +09:00
syntax_tree.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
test_explorer.rs Distinguish integration tests from crates in test explorer 2024-03-15 17:16:28 +03:30
typing.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
view_crate_graph.rs
view_hir.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
view_item_tree.rs
view_memory_layout.rs
view_mir.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00