This commit is contained in:
Adria Navarro 2025-02-10 19:54:06 +01:00
parent 91a9f8b04a
commit 53b2c2e67f
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
useSnippets?: boolean
) => {
const completions: ((_: CompletionContext) => any)[] = [
jsAutocomplete([...bindingCompletions.filter(c => c.label)]),
jsAutocomplete([...bindingCompletions]),
jsHelperAutocomplete([...getHelperCompletions(EditorModes.JS)]),
]
if (useSnippets && snippets) {