You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## v0.8.0
2
+
3
+
This update improves auto complete support in a number of ways;
4
+
5
+
- Automatic triggering only if a trigger character specified by the server is typed (this should improve performance as well as cut down connection issues caused by crashing servers)
6
+
- Filtering is performed by atom-languageclient when server reports results are complete (perf, better results)
7
+
- Resolve is now called only if the language server supports it #162
8
+
- CompletionItemKinds defined in v3 of the protocol are now mapped
9
+
- Allows customization of the conversion between LSP and autocomplete-plus suggestions via a hook #137
10
+
- New onDidInsertSuggestion override available when autocomplete request inserted #115
11
+
- Use `CompletionItem.textEdit` field for snippet content #165
12
+
13
+
Additional changes include;
14
+
15
+
- CancellationToken support for cancelling pending requests #160
16
+
- Automatic cancellation for incomplete resolve and autocomplete requests #160
17
+
- Improved debug logging (stderr in #158 as well and signal report on exit)
18
+
1
19
## v0.7.3
2
20
3
21
- AutoCompleteAdapter now takes an [optional function for customizing suggestions](https://github.com/atom/atom-languageclient/pull/137)
0 commit comments