rust-analyzer/crates/ide_completion/src/completions
2021-06-02 17:12:36 +02:00
..
attribute Only complete derive proc macros in #[derive] 2021-05-29 21:18:14 +02:00
postfix Fix feature description inconsistency 2021-04-30 19:47:41 -07:00
attribute.rs Don't take the parent kind of trailing attributes in attr completion 2021-05-31 15:35:22 +02:00
dot.rs Add MethodCall and FieldAccess variants to ImmediateLocation 2021-06-02 15:21:18 +02:00
flyimport.rs Add MethodCall and FieldAccess variants to ImmediateLocation 2021-06-02 15:21:18 +02:00
fn_param.rs Move more fields to ImmediateLocation 2021-05-30 21:35:01 +02:00
keyword.rs Add MethodCall and FieldAccess variants to ImmediateLocation 2021-06-02 15:21:18 +02:00
lifetime.rs Use Names instead of Strings in the completion rendering api 2021-05-31 14:15:15 +02:00
macro_in_item_position.rs Remove obsolete is_new_item field on CompletionContext 2021-06-02 17:12:36 +02:00
mod_.rs Move more fields to ImmediateLocation 2021-05-30 21:35:01 +02:00
pattern.rs Use Names instead of Strings in the completion rendering api 2021-05-31 14:15:15 +02:00
postfix.rs Add MethodCall and FieldAccess variants to ImmediateLocation 2021-06-02 15:21:18 +02:00
qualified_path.rs Use Names instead of Strings in the completion rendering api 2021-05-31 14:15:15 +02:00
record.rs Complete self. prefixed fields and methods inside methods 2021-05-31 14:52:55 +02:00
snippet.rs Remove obsolete is_new_item field on CompletionContext 2021-06-02 17:12:36 +02:00
trait_impl.rs Simplify 2021-05-06 22:39:51 +08:00
unqualified_path.rs Implement per-edition preludes 2021-06-01 13:39:19 +02:00