rust-analyzer/crates/ra_ide/src/completion
Florian Diebold 941a574409 Fix CompletionContext module field (by removing it)
Two uses only needed the crate; one was wrong and should use the module from the
scope instead.
2020-03-07 17:53:22 +01:00
..
complete_dot.rs Fix CompletionContext module field (by removing it) 2020-03-07 17:53:22 +01:00
complete_fn_param.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
complete_keyword.rs Fix record pattern completion 2020-03-07 16:53:16 +01:00
complete_macro_in_item_position.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
complete_path.rs Fix CompletionContext module field (by removing it) 2020-03-07 17:53:22 +01:00
complete_pattern.rs Add more tests 2020-03-07 15:48:06 +01:00
complete_postfix.rs Fix range for postfix snippets 2020-03-07 16:44:51 +01:00
complete_record_literal.rs Fix record literal completion 2020-03-07 16:48:39 +01:00
complete_record_pattern.rs Fix record pattern completion 2020-03-07 16:53:16 +01:00
complete_scope.rs Try to complete within macros 2020-03-07 15:48:06 +01:00
complete_snippet.rs Add macro_rules item snippet 2020-01-12 18:47:15 -05:00
complete_trait_impl.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
completion_context.rs Fix CompletionContext module field (by removing it) 2020-03-07 17:53:22 +01:00
completion_item.rs Trigger parameter info automatically 2020-03-06 18:00:06 +01:00
presentation.rs Don't creat public APIs with typos 2020-03-06 18:38:56 +01:00