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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@
38
38
- FEATURE: both info and signature help windows now use tree-sitter highlighting:
39
39
- Info window uses "markdown" parser (works best on Neovim>=0.10 as its parser is built-in). Special markdown characters are concealed (i.e. hidden) which might result into seemingly unnecessary whitespace as dimensions are computed not accounting for that.
40
40
- Signature help uses same parser as in current filetype.
41
+
- FEATURE: add support for item defaults in `CompletionList` response.
41
42
- BREAKING FEATURE: rework how LSP completion items are converted to Neovim's completion items:
42
43
- Show `detail` highlighted as buffer's language at the start of info window, but only if `detail` provides information not already present in `documentation`. It was previously used as extra text in the popup menu (via `menu` field), but this doesn't quite follow LSP specification: `detail` and `documentation` fields can be delayed up until `completionItem/resolve` request which implies they should be treated similarly.
43
44
- Show `labelDetails` as a part of the popup menu via `menu` completion item field.
0 commit comments