rust-analyzer/crates/ide_completion/src
bors[bot] 4ca6233bd2
Merge #10847
10847: fix: derive attr path handling in `replace_derive_with_manual_impl` r=rainy-me a=rainy-me

partially fixes #10666

renaming issues mentioned in https://github.com/rust-analyzer/rust-analyzer/issues/10666#issuecomment-955671021 doesn't seem to be fixable at this moment since it's not searchable?(not recorded?) by name.

<del>I'm not sure if it's appropriate to move `parse_comma_sep_paths` function to a method in `ast/node_ext`, maybe `ide_db::helpers` also make sense.</del> put into `ide_db::` instead.

Co-authored-by: rainy-me <github@yue.coffee>
2021-11-24 15:33:00 +00:00
..
completions Merge #10847 2021-11-24 15:33:00 +00:00
render Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
tests Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
completions.rs Add support for qualified struct names 2021-11-23 10:57:29 -06:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs Split parts of ide_db::call_info off into ide 2021-11-22 13:23:34 +01:00
item.rs Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
lib.rs Add Semantics::original_ast_node for upmapping nodes out of macro files 2021-11-03 21:12:36 +01:00
patterns.rs fix: flyimport triggers on enum variant declarations 2021-11-14 12:16:21 +08:00
render.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
snippet.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00