Ariel Davis
|
02e8bb0c6e
|
Return Option
|
2023-05-06 00:57:57 -07:00 |
|
Lukas Wirth
|
3c7b6716d1
|
fix: Fix inverted code lens resolve file version check
|
2023-04-14 08:41:53 +02:00 |
|
Lukas Wirth
|
0286e46e5f
|
internal: Skip code lens resolution for mismatched document versions
|
2023-04-13 10:55:28 +02:00 |
|
Aleksey Kladov
|
0da27376cf
|
Support UTF-32 position encoding
Looks like this is a native encoding for Emacs at least!
|
2023-02-14 01:09:50 +00:00 |
|
Daniel Eades
|
bb083b8202
|
remove useless casts
|
2023-01-02 15:02:54 +00:00 |
|
Jonas Schievink
|
335cb26050
|
Version the inlay hint resolve data
|
2022-11-29 19:20:32 +01:00 |
|
Lukas Wirth
|
1cb6ab89ee
|
internal: error instead of panic on invalid file range
|
2022-11-07 17:45:12 +01:00 |
|
Laurențiu Nicola
|
956b96a19d
|
Switch to upstream positionEncoding
|
2022-10-25 14:43:26 +03:00 |
|
Lukas Wirth
|
3cd57c425a
|
Fix annotations not resolving when lens location is set to whole item
|
2022-10-01 00:18:23 +02:00 |
|
Lukas Wirth
|
e2da967578
|
fix: Fix completions disappearing when typing two keys in quick succession
|
2022-06-01 00:20:47 +02:00 |
|
Lukas Wirth
|
ca46c68b04
|
internal: Remove redundant offset data in annotations
|
2022-05-12 13:06:49 +02:00 |
|
David Hotham
|
b7cabf1e44
|
fix: don't panic on seeing an unexpected offset
|
2022-01-03 14:49:47 +00:00 |
|
Lukas Wirth
|
1294bfce86
|
Migrate to edition 2021
|
2021-10-21 20:10:40 +02:00 |
|
Aleksey Kladov
|
2d2c4e7c22
|
internal: deduplicate
|
2021-09-04 16:56:23 +03:00 |
|
Aleksey Kladov
|
33199b7e43
|
fix: don't panic if the client sends invalid request
|
2021-09-04 12:27:27 +03:00 |
|
Aleksey Kladov
|
460f0ef669
|
internal: unfork code paths for unresolved and resolved assist
|
2021-04-13 10:59:15 +03:00 |
|
Aleksey Kladov
|
1fcf687657
|
Fix bitrotted module name
|
2021-02-16 19:17:32 +03:00 |
|
Aleksey Kladov
|
c8b9ec8e62
|
Implement utf8 offsets
|
2021-02-16 19:17:32 +03:00 |
|
Aleksey Kladov
|
0025836f26
|
Make it easy to add additional context for offset conversion
|
2021-02-16 19:17:32 +03:00 |
|
Aleksey Kladov
|
95209aa3f8
|
Make utf8 default, implement utf16 in terms of it
|
2021-02-16 19:17:32 +03:00 |
|
Aleksey Kladov
|
2cb4ac9eb4
|
Prepare for utf-8 offsets
|
2021-02-16 19:17:32 +03:00 |
|
ivan770
|
185da286d2
|
Moved CodeLens to ide crate
|
2021-02-13 13:07:47 +02:00 |
|
Igor Aleksanov
|
19cce08662
|
Re-export base_db from ide_db
|
2020-10-24 11:39:57 +03:00 |
|
Aleksey Kladov
|
1b0c7701cc
|
Rename ra_ide -> ide
|
2020-08-13 17:58:27 +02:00 |
|
Aleksey Kladov
|
ed20a857f4
|
Rename ra_db -> base_db
|
2020-08-13 16:29:33 +02:00 |
|
Aleksey Kladov
|
a1c187eef3
|
Rename ra_syntax -> syntax
|
2020-08-12 18:30:53 +02:00 |
|
Jeremy Kolb
|
26725fcfbb
|
Fix conversion
|
2020-07-15 08:17:32 -04:00 |
|
kjeremy
|
aa598ecb75
|
Filter assists
|
2020-07-13 17:41:47 -04:00 |
|
Aleksey Kladov
|
10ee6eb733
|
Tweak visibility
|
2020-06-25 01:02:08 +02:00 |
|
Aleksey Kladov
|
dad1333b48
|
New VFS
|
2020-06-23 17:51:06 +02:00 |
|
Aleksey Kladov
|
50bbf7233d
|
Cleanup URL handling
|
2020-06-13 14:15:38 +02:00 |
|
Aleksey Kladov
|
a87cd8ecc6
|
Rename WorldState -> GlobalState
|
2020-06-03 11:20:01 +02:00 |
|
Aleksey Kladov
|
1586bab0b9
|
Simplify proto conversion
Trait based infra in conv.rs is significantly more complicated than
what we actually need here.
|
2020-05-10 19:01:26 +02:00 |
|