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 |
|
Aleksey Kladov
|
b1d5817dd1
|
Convert code to text-size
|
2020-04-25 11:59:18 +02:00 |
|
Aleksey Kladov
|
8d71a6bf0c
|
Scale token generation back
|
2020-04-10 16:10:28 +02:00 |
|
Aleksey Kladov
|
e6d22187a6
|
Add _token suffix to token accessors
I think this makes is more clear which things are : AstNode and which
are : AstToken
|
2020-04-09 18:25:36 +02:00 |
|
Luca Barbieri
|
60f4d7bd8c
|
Provide more complete AST accessors to support usage in rustc
|
2020-04-09 11:50:37 +02:00 |
|
Aleksey Kladov
|
b764c38436
|
Start stdx
This crate will hold everything to small to be worth publishing
|
2020-03-28 11:01:25 +01:00 |
|
Aleksey Kladov
|
7e2bca4ec3
|
Cleanup imports
|
2020-03-19 12:36:33 +01:00 |
|
Aleksey Kladov
|
561b4b11ff
|
Name assist handlers
|
2020-02-07 17:28:02 +01:00 |
|