rust-analyzer/crates/ide_completion/src
bors[bot] 81d0096000
Merge #11035
11035: Include clippy lint groups in autocomplete r=Veykril a=k-nasa

## Why

close: https://github.com/rust-analyzer/rust-analyzer/issues/11027

## Proof

I confirmed that complement candidates are coming out.

https://user-images.githubusercontent.com/23740172/146465758-bc7d5cdd-e2fb-48d6-abf7-804ba859c9b1.mov


Co-authored-by: k-nasa <htilcs1115@gmail.com>
2021-12-18 17:59:29 +00:00
..
completions Merge #11035 2021-12-18 17:59:29 +00:00
render Merge #10950 2021-12-07 21:57:59 +00:00
tests Merge #10527 2021-12-17 15:44:48 +00:00
completions.rs Add support for qualified struct names 2021-11-23 10:57:29 -06:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
item.rs Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
lib.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs Update tests 2021-12-17 16:39:21 +01:00
snippet.rs Add a few default snippets for VSCode 2021-12-17 16:24:29 +01:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00