rust-analyzer/crates/ide_completion/src
2022-03-05 23:34:37 +01:00
..
completions Refactor autoderef and method resolution 2022-02-25 11:47:14 +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 feat: Make private editable completions configurable, disable by default 2022-02-25 22:16:40 +01:00
context.rs feat: Make private editable completions configurable, disable by default 2022-02-25 22:16:40 +01:00
item.rs Fix highlighting of Self 2022-03-05 23:34:37 +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 Preserve order of generic args 2022-03-04 11:46:14 +03:30
snippet.rs fix: Complete functions and methods from block level impls 2022-02-01 23:29:40 +01:00
tests.rs feat: Make private editable completions configurable, disable by default 2022-02-25 22:16:40 +01:00