Jeremy Kolb
|
b98c16a034
|
Categorize assists
|
2020-07-02 17:13:02 -04:00 |
|
Laurențiu Nicola
|
331e6d8f16
|
Remove db from AssistsContext
|
2020-07-01 10:25:59 +03:00 |
|
Laurențiu Nicola
|
95d67ec401
|
Use more of FxHash*
|
2020-06-29 18:07:52 +03:00 |
|
kjeremy
|
d8af45472e
|
Remove unnecessary clone that prevented clippy from moving on
|
2020-05-22 17:13:14 -04:00 |
|
Aleksey Kladov
|
65fa586410
|
Relax cursor position tests in assists
Those will be replaced with snippets anyway
|
2020-05-20 22:55:37 +02:00 |
|
Aleksey Kladov
|
4867968d22
|
Refactor assists API to be more convenient for adding new assists
It now duplicates completion API in its shape.
|
2020-05-07 16:27:54 +02:00 |
|
Aleksey Kladov
|
233f01c9ba
|
Move target to AssistLabel
Target is used for assists sorting, so we need it before we compute
the action.
|
2020-05-06 12:51:28 +02:00 |
|
Aleksey Kladov
|
25e6bbde01
|
Merge assits::test_helpers and tests
|
2020-05-06 10:16:55 +02:00 |
|
Laurențiu Nicola
|
e809328c12
|
Remove more unnecessary braces
|
2020-04-12 18:20:03 +03:00 |
|
Aleksey Kladov
|
5e5eb6a108
|
Align grammar for record patterns and literals
The grammar now looks like this
[name_ref :] pat
|
2020-04-12 00:00:15 +02:00 |
|
Geoffrey Copin
|
d362fcfc1c
|
Fix doc tests
|
2020-04-11 20:32:48 +02:00 |
|
Geoffrey Copin
|
25a0ce2e9e
|
Add documentation comment
|
2020-04-11 19:39:10 +02:00 |
|
Geoffrey Copin
|
270bcfdfc2
|
Avoid adding a RecordFieldPat variant to the Pat enum
|
2020-04-11 19:30:41 +02:00 |
|
Geoffrey Copin
|
21443f1b48
|
Remove Option unwraping
|
2020-04-11 12:58:20 +02:00 |
|
Geoffrey Copin
|
730a927c5e
|
Implement assist "Reorder field names"
|
2020-04-10 00:57:03 +02:00 |
|