rust/crates/assists/src
Aleksey Kladov 41bc32368e Improve extract_module_to_file assist
* simplify code
* correctly handle crate roots and mod.rs files (nested inline modules
  are still mishandled)
* make sure that new text contains a trailing newline
2020-12-22 19:13:53 +03:00
..
handlers Improve extract_module_to_file assist 2020-12-22 19:13:53 +03:00
tests Add extract_module_to_file assist 2020-12-21 15:55:40 +09:00
utils Extract the import code into the shared module 2020-11-27 18:28:41 +02:00
assist_config.rs Normalize spelling to American English 2020-12-10 17:51:56 +03:00
assist_context.rs Add initial_contents field for CreateFile 2020-12-21 15:55:40 +09:00
ast_transform.rs Add Lifetimes to the HIR 2020-12-12 00:56:52 +01:00
lib.rs Add extract_module_to_file assist 2020-12-21 15:55:40 +09:00
tests.rs Fix assist test logic 2020-12-21 15:55:40 +09:00
utils.rs Remove parentheses when inverting !(cond) 2020-12-21 17:37:38 +01:00