rust-analyzer/crates/ra_ide_api/src/completion
2019-11-11 22:56:39 -05:00
..
complete_dot.rs Use bool instead of Option<bool> and print it's value only when true 2019-11-02 19:33:34 -03:00
complete_fn_param.rs replace AST visitors with macro 2019-10-05 17:03:03 +03:00
complete_keyword.rs replace AST visitors with macro 2019-10-05 17:03:03 +03:00
complete_macro_in_item_position.rs Use bool instead of Option<bool> and print it's value only when true 2019-11-02 19:33:34 -03:00
complete_path.rs Move CrateDefMap to hir_def 2019-11-03 18:04:06 +03:00
complete_pattern.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
complete_postfix.rs fix typo 2019-11-11 22:56:39 -05:00
complete_record_literal.rs Use bool instead of Option<bool> and print it's value only when true 2019-11-02 19:33:34 -03:00
complete_record_pattern.rs Use bool instead of Option<bool> and print it's value only when true 2019-11-02 19:33:34 -03:00
complete_scope.rs Add tests for resolving types in core and std preludes 2019-11-09 17:38:08 -08:00
complete_snippet.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
completion_context.rs #1435 postfix completion for integer literals 2019-10-14 18:39:40 +03:00
completion_item.rs Use bool instead of Option<bool> and print it's value only when true 2019-11-02 19:33:34 -03:00
presentation.rs HirDatabase stored attributes 2019-11-04 18:16:35 -03:00