..
doc_links
Move out doc-links tests into a separate module
2021-12-14 12:10:43 +01:00
hover
internal: Support registered tools and attributes in ide layer
2022-01-06 14:56:50 +01:00
prime_caches
make it a config
2022-01-15 02:47:47 +00:00
syntax_highlighting
Move format specifier lexing from syntax to ide_db
2022-01-15 13:14:59 +01:00
typing
docs: add note about vscode-vim
in on_enter
2021-10-01 14:12:32 -04:00
annotations.rs
Replace some more ide usages of ModuleDef with Definition
2021-11-11 18:20:54 +01:00
call_hierarchy.rs
Unnest ide::display::navigation_target module
2021-11-22 13:04:28 +01:00
call_info.rs
Split parts of ide_db::call_info
off into ide
2021-11-22 13:23:34 +01:00
doc_links.rs
Bump pulldown-cmark and pulldown-cmark-to-cmark
2022-01-21 19:49:57 +02:00
expand_macro.rs
Move pretty-printing test out of assist
2022-01-06 16:38:25 +02:00
extend_selection.rs
Saw a FIXME comment and decided to fix it.
2021-10-12 11:52:31 -04:00
file_structure.rs
Rename *Owner
traits to Has*
2021-09-27 12:54:24 +02:00
fixture.rs
add some tests
2021-09-26 12:48:53 +03:30
fn_references.rs
Rename *Owner
traits to Has*
2021-09-27 12:54:24 +02:00
folding_ranges.rs
Rename *Owner
traits to Has*
2021-09-27 12:54:24 +02:00
goto_declaration.rs
internal: Flatten Definition::ModuleDef
variant
2021-11-11 00:05:53 +01:00
goto_definition.rs
Remove lossy Definition::from_token
/Definition::from_node
methods
2022-01-04 18:29:53 +01:00
goto_implementation.rs
Unnest ide::display::navigation_target module
2021-11-22 13:04:28 +01:00
goto_type_definition.rs
Don't show trait flyimports for impl trait and placeholders
2021-12-10 19:18:21 +01:00
highlight_related.rs
Remove lossy Definition::from_token
/Definition::from_node
methods
2022-01-04 18:29:53 +01:00
hover.rs
Remove lossy Definition::from_token
/Definition::from_node
methods
2022-01-04 18:29:53 +01:00
inlay_hints.rs
hide type inlay hints
2021-12-23 12:56:38 +01:00
join_lines.rs
Migrate to edition 2021
2021-10-21 20:10:40 +02:00
lib.rs
cleanup + detect num cpus
2022-01-14 09:48:59 +00:00
markdown_remove.rs
Remove more unreachable pubs
2020-11-02 16:58:33 +01:00
markup.rs
Rename ra_ide -> ide
2020-08-13 17:58:27 +02:00
matching_brace.rs
Matching brace prefers brace on cursor's right
2021-10-14 14:15:56 +08:00
moniker.rs
Remove lossy Definition::from_token
/Definition::from_node
methods
2022-01-04 18:29:53 +01:00
move_item.rs
more clippy fixes
2021-10-16 12:32:55 +01:00
navigation_target.rs
Mostly restore hir
API boundary
2022-01-12 19:56:47 +01:00
parent_module.rs
simplify
2021-05-15 17:22:39 +02:00
prime_caches.rs
make it a config
2022-01-15 02:47:47 +00:00
references.rs
Record attribute calls on assoc items in TraitData and ImplData
2022-01-08 10:45:12 +01:00
rename.rs
internal: Flatten Definition::ModuleDef
variant
2021-11-11 00:05:53 +01:00
runnables.rs
Adjust incorrect runnable tests
2021-12-07 15:42:54 +01:00
shuffle_crate_graph.rs
internal: add "Shuffle Crate Graph" command
2021-12-07 16:37:19 +01:00
ssr.rs
internal: slightly improve compile times
2021-08-29 12:53:56 +03:00
static_index.rs
Remove lossy Definition::from_token
/Definition::from_node
methods
2022-01-04 18:29:53 +01:00
status.rs
status: output all crates a file belongs to
2022-01-17 18:10:01 +01:00
syntax_highlighting.rs
Move format specifier lexing from syntax to ide_db
2022-01-15 13:14:59 +01:00
syntax_tree.rs
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00
typing.rs
fix: Adjust .
typing auto indentation
2022-01-14 12:15:43 +01:00
view_crate_graph.rs
Add "View Crate Graph (Full)"
2021-07-02 00:10:33 +02:00
view_hir.rs
Gifs and screenshots for features in manual
2021-03-31 00:08:10 +01:00
view_item_tree.rs
Add a "Debug ItemTree" LSP request
2021-05-21 23:59:52 +02:00