rust/crates/ide/src
2021-05-09 22:12:58 +02:00
..
diagnostics Resolve single assist only 2021-05-03 18:03:28 +03:00
display Check more carefully for cases where a rename can't be done 2021-04-25 14:08:56 -07:00
references Correctly support SelfType when searching for usages 2021-05-08 22:34:55 +02:00
syntax_highlighting Fix block comment intra doc link injection ranges 2021-05-04 13:51:57 +02:00
typing Add a cov_mark 2021-04-13 00:51:10 +02:00
annotations.rs
call_hierarchy.rs
diagnostics.rs fix: use raw idents in make::name{_ref} with keywords 2021-05-07 17:22:54 +02:00
display.rs
doc_links.rs Support crates/module roots in external_docs 2021-04-19 15:50:04 +02:00
expand_macro.rs Replace SyntaxRewriter with ted in exppand_macro::expand_macro_recur 2021-04-19 19:43:26 +02:00
extend_selection.rs
file_structure.rs
fixture.rs
fn_references.rs
folding_ranges.rs remove unneeded visited_where_clauses 2021-05-05 06:28:41 +02:00
goto_definition.rs internal: don't use #[should_panic] for tests 2021-04-13 12:21:59 +03:00
goto_implementation.rs
goto_type_definition.rs Support goto_type_definition for types 2021-05-06 17:05:49 +02:00
hover.rs Merge #8245 2021-04-05 12:30:20 +00:00
inlay_hints.rs simplify 2021-05-05 22:55:12 +02:00
join_lines.rs minor: fix test style 2021-05-09 17:47:02 +03:00
lib.rs Add docs and use better naming 2021-05-03 18:16:35 +03:00
markdown_remove.rs
markup.rs
matching_brace.rs
move_item.rs Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
parent_module.rs
prime_caches.rs fix: don't duplicate Progerss::Finised for cache priming 2021-05-02 21:45:00 +03:00
references.rs Don't handle Self as a usage for TraitDefs 2021-05-08 23:35:18 +02:00
runnables.rs internal: fix naming polarity 2021-04-30 11:55:59 +03:00
ssr.rs Small fixes 2021-05-03 18:45:30 +03:00
status.rs
syntax_highlighting.rs Additional syntax highlighting screenshot in manual 2021-03-31 18:45:15 +01:00
syntax_tree.rs
typing.rs feat: auto-insert } when typing { in use item 2021-05-09 22:12:58 +02:00
view_hir.rs