Aleksey Kladov
6e9780c005
internal: make CompletionItem and SourceChange consistent
...
Before this PR, SourceChange used a bool and CompletionItem used an enum
to signify if edit is a snippet. It makes sense to use the same pattern
in both cases. `bool` feels simpler, as there's only one consumer of
this API, and all producers are encapsulated anyway (we check the
capability at the production site).
2021-07-04 15:44:03 +03:00
..
2021-07-01 14:10:57 +03:00
2021-06-21 17:47:00 +01:00
2021-05-12 19:50:52 -07:00
2021-06-23 17:21:47 +02:00
2021-07-01 18:25:06 +00:00
2021-06-28 21:53:17 +02:00
2021-07-02 12:49:34 +00:00
2021-07-04 15:44:03 +03:00
2021-07-03 23:42:59 +02:00
2021-07-04 15:44:03 +03:00
2021-07-03 23:42:59 +02:00
2021-07-03 22:11:03 +03:00
2021-06-13 09:40:22 +05:30
2021-06-23 00:21:11 +02:00
2021-07-03 22:11:03 +03:00
2021-06-13 21:58:05 -07:00
2021-06-22 13:18:48 -04:00
2021-06-25 23:37:55 +03:00
2021-06-25 23:37:55 +03:00
2021-06-14 07:16:48 +00:00
2021-07-02 15:42:42 +02:00
2021-07-04 15:44:03 +03:00
2021-07-03 22:11:03 +03:00
2021-06-22 22:01:06 +02:00
2021-07-04 11:20:31 +03:00
2021-06-20 19:12:06 +02:00
2020-11-16 23:16:41 +02:00
2020-08-24 13:07:22 +02:00
2021-06-14 07:16:48 +00:00
2021-06-17 17:37:14 +02:00
2021-02-12 16:31:16 +01:00