rust/crates/assists/src
Aleksey Kladov 46afdb6e9b rename exrtract_assignment -> pull
Vertical code motions are conventionally called "pull up" / "push
down".

"extract" is used for introducing new names.
2021-01-04 16:41:57 +03:00
..
handlers rename exrtract_assignment -> pull 2021-01-04 16:41:57 +03:00
tests rename exrtract_assignment -> pull 2021-01-04 16:41:57 +03:00
utils Avoid a couple of allocations 2020-12-29 14:35:49 +02:00
assist_config.rs Normalize spelling to American English 2020-12-10 17:51:56 +03:00
assist_context.rs Simplify assists resolution API 2020-12-26 14:11:42 +03:00
ast_transform.rs Add ConstParams to the ide layer 2021-01-01 14:43:16 +01:00
lib.rs rename exrtract_assignment -> pull 2021-01-04 16:41:57 +03:00
tests.rs Simplify assists resolution API 2020-12-26 14:11:42 +03:00
utils.rs Merge #7115 2021-01-03 08:56:17 +00:00