Peh
|
1f011fa4a3
|
style: rename crates to kebab case
|
2022-05-01 10:48:58 +00:00 |
|
Lukas Wirth
|
000e681d5f
|
fix: Fix tuple- and record struct completions not working with existing braces
|
2022-03-21 22:01:26 +01:00 |
|
Lukas Wirth
|
a40a847d77
|
Revert omitting field completions
|
2022-03-16 16:41:35 +01:00 |
|
Lukas Wirth
|
02b401b130
|
Simplify completion render functionality
|
2022-03-16 16:27:55 +01:00 |
|
Lukas Wirth
|
ab21cf2f4f
|
internal: Re-arrange ide_db modules
|
2022-03-06 19:04:04 +01:00 |
|
Lukas Wirth
|
5c41f5d165
|
feat: Deprioritize completions of private but editable definitions
|
2022-02-02 02:05:49 +01:00 |
|
Lukas Wirth
|
d7a544e69a
|
fix: Complete functions and methods from block level impls
|
2022-02-01 23:29:40 +01:00 |
|
Lukas Wirth
|
6194092086
|
Complete local fn and closure params from surrounding locals scope
|
2022-01-31 11:56:42 +01:00 |
|
bors[bot]
|
c5c11b87cc
|
Merge #10720
10720: fix: Don't ascribe types in pattern completion for param patterns twice r=Veykril a=Veykril
Fixes #10323
bors r+
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
|
2021-11-08 13:12:03 +00:00 |
|
Lukas Wirth
|
7369360c15
|
Don't ascribe types in pattern completion for patterns twice
|
2021-11-05 18:39:36 +01:00 |
|
Lukas Wirth
|
2f5afba9f8
|
Replace some String usages with SmolStr in completions
|
2021-11-05 12:30:39 +01:00 |
|
Lukas Wirth
|
0468b11de7
|
Remove CompletionKind in favor of CompletionItemKind
|
2021-10-27 17:23:43 +02:00 |
|
Aramis Razzaghipour
|
9583dd5725
|
Replace if let with match where appropriate
|
2021-10-05 09:00:21 +11:00 |
|
Lukas Wirth
|
2e733b1a3e
|
Simplify
|
2021-08-14 19:09:36 +02:00 |
|
Lukas Wirth
|
bf918046fa
|
Only complete type annotations for patterns in function params
|
2021-08-14 18:18:32 +02:00 |
|
Lukas Wirth
|
9485d6efba
|
Fix some clippy lints in ide_completion
|
2021-07-21 19:52:10 +02:00 |
|
Maan2003
|
c9b4ac5be4
|
clippy::redudant_borrow
|
2021-06-13 09:24:16 +05:30 |
|
Lukas Wirth
|
4a0ab832f3
|
unqualfied_path completions aren't responsible for pattern completions
|
2021-03-15 17:23:08 +01:00 |
|
Aleksey Kladov
|
7e217a42e1
|
Unify naming
|
2021-03-12 12:22:45 +03:00 |
|
yonip23
|
99c4a41cd1
|
use references in CompletionItem's builder
|
2021-03-11 17:46:41 +02: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 |
|