rust-analyzer/crates/assists/src
bors[bot] 99a8e59f68
Merge #6458
6458: Qualify trait impl created by add_custom_impl assist r=matklad a=Veykril

When we find at least one trait with the same name as the derive accessible from the current module we now generate a qualified path to that trait in the generated impl.
If we don't find any we just do what was done before and emit the trait name in the generated impl.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-11-04 12:30:09 +00:00
..
handlers Merge #6458 2020-11-04 12:30:09 +00:00
tests Merge #6256 2020-10-20 19:03:25 +00:00
utils Make insert_use return a SyntaxRewriter 2020-11-02 21:40:52 +01:00
assist_config.rs Make ImportPrefix a configuration option 2020-10-05 17:41:49 +02:00
assist_context.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
ast_transform.rs Move ModPath->ast::Path function to IDE layer 2020-10-06 16:19:18 +02:00
lib.rs Better ordering of assists 2020-10-26 21:59:28 +01:00
tests.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
utils.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00