rust/crates/ide_completion/src
bors[bot] a2cc1d6b7b
Merge #11538
11538: feat: Make private editable completions configurable, disable by default r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10253
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9885

This does disable these completions by default, as it seems that people find this behaviour surprising(due to other IDEs usually not doing this).

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2022-02-25 21:17:24 +00: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 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 feat: Make private editable completions configurable, disable by default 2022-02-25 22:16:40 +01:00