We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3a0a9 commit 0e49b08Copy full SHA for 0e49b08
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.18.7 (2025-09-02)
2
+
3
+### Bug fixes
4
5
+Add a binding for Alt-i to trigger `startCompletion`, following VS Code's current default bindings.
6
7
+Improve handling of nested fields in snippets.
8
9
## 6.18.6 (2025-02-12)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.18.6",
+ "version": "6.18.7",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments