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-06-14 22:42:43 +03:00
2021-06-28 21:53:17 +02:00
2021-06-13 09:24:16 +05:30
2021-06-30 19:08:13 +02:00
2021-06-22 17:50:15 +02:00
2021-03-16 15:44:31 +01:00
2021-06-22 17:50:15 +02:00
2021-06-22 17:50:15 +02:00
2021-06-13 09:24:16 +05:30
2021-03-31 00:08:10 +01:00
2021-06-14 17:45:17 +03:00
2021-05-28 13:10:41 +01:00
2021-06-24 00:26:08 +02:00
2021-06-22 20:49:07 +02:00
2021-06-19 12:03:59 +03:00
2021-06-22 17:50:15 +02:00
2021-06-28 16:41:35 +02:00
2021-07-02 19:34:49 +02:00
2021-06-18 23:38:19 +03:00
2021-07-03 18:40:23 +03:00
2021-07-04 15:44:03 +03:00
2021-05-15 17:22:39 +02:00
2021-06-22 17:50:15 +02:00
2021-05-15 17:22:39 +02:00
2021-06-11 01:27:20 +03:00
2021-06-28 19:07:23 +02:00
2021-06-28 16:41:35 +02:00
2021-07-02 15:43:47 +02:00
2021-05-03 18:45:30 +03:00
2021-06-29 20:34:52 +01:00
2021-06-28 21:53:17 +02:00
2021-03-31 00:08:10 +01:00
2021-06-21 14:54:49 +02:00
2021-07-02 00:10:33 +02:00
2021-03-31 00:08:10 +01:00
2021-05-21 23:59:52 +02:00