Lukas Wirth
|
9f5ee155c1
|
Move path completions for patterns into pattern module
|
2022-02-03 15:52:03 +01:00 |
|
Lukas Wirth
|
22b2c2fdf7
|
Simplify
|
2021-12-21 14:07:48 +01:00 |
|
Lukas Wirth
|
a7fc2061ea
|
Show enum completions for single variant enums in irrefutable patterns
|
2021-12-10 18:25:54 +01:00 |
|
Lukas Wirth
|
ae0c7268f7
|
internal: completion: split out more PathKinds from ImmediateLocation
|
2021-12-07 22:49:42 +01:00 |
|
Lukas Wirth
|
2e733b1a3e
|
Simplify
|
2021-08-14 19:09:36 +02:00 |
|
Jonas Schievink
|
0fbf396f0d
|
Make most completions respect #[doc(hidden)]
|
2021-07-28 15:59:02 +02:00 |
|
Lukas Wirth
|
f835279b3a
|
Move out completion pattern tests
|
2021-06-21 13:48:25 +02:00 |
|
Lukas Wirth
|
aa644b5585
|
Move test_utils into tests module
|
2021-06-16 21:51:52 +02:00 |
|
Lukas Wirth
|
d338a80394
|
Start refactoring ide_completion tests
|
2021-06-16 21:51:20 +02:00 |
|
Jonas Schievink
|
ee374ff1ee
|
fix: don't complete derive macros as fn-like macros
|
2021-06-08 17:31:47 +02:00 |
|
Lukas Wirth
|
971b0836ef
|
Use Name s instead of Strings in the completion rendering api
|
2021-05-31 14:15:15 +02:00 |
|
Lukas Wirth
|
1f897f7319
|
Set record_pat_syntax more precisely in CompletionContext
|
2021-05-26 23:46:00 +02:00 |
|
Lukas Wirth
|
7d865ef071
|
Merge pattern completion related bools into an enum
|
2021-05-26 22:39:47 +02:00 |
|
Lukas Tobias Wirth
|
3f796fea9f
|
simplify
|
2021-05-05 22:55:12 +02:00 |
|
Lukas Wirth
|
c2a63b97a8
|
Rename target_ty to self_ty
|
2021-03-29 17:47:47 +02:00 |
|
Lukas Wirth
|
3c000c6364
|
Add basic lifetime completion
|
2021-03-20 23:25:07 +01:00 |
|
Matthias Krüger
|
048dad8c2e
|
don't clone types that are copy (clippy::clone_on_copy)
|
2021-03-17 01:56:31 +01:00 |
|
Lukas Wirth
|
4a0ab832f3
|
unqualfied_path completions aren't responsible for pattern completions
|
2021-03-15 17:23:08 +01:00 |
|
Aleksey Kladov
|
3db64a400c
|
rename completion -> ide_completion
We don't have completion-related PRs in flight, so lets do it
|
2021-02-17 17:53:31 +03:00 |
|