rust-analyzer/crates/ide_completion/src
2022-02-22 10:20:45 +01:00
..
completions internal: Expand the derive attribute into a pseudo expansion 2022-02-22 10:20:40 +01:00
render [ide_completion] render if a function is async/const/unsafe in completion details 2022-02-08 22:48:34 +00:00
tests Simplify 2022-02-22 10:20:45 +01:00
completions.rs Add abi string completions 2022-02-03 16:33:42 +01:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs Fix various IDE features 2022-02-21 08:34:35 +02:00
item.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
lib.rs Add abi string completions 2022-02-03 16:33:42 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs Cleanup PathCompletionContext qualifier handling 2022-02-03 15:52:03 +01:00
snippet.rs fix: Complete functions and methods from block level impls 2022-02-01 23:29:40 +01:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00