Disable word-based suggestions in editor config

Updated the editor configuration in config.html to set wordBasedSuggestions to false and disable word suggestions in the suggestion widget. This change aims to refine the suggestion behavior for a more focused coding experience.
This commit is contained in:
Sergey Krashevich
2025-12-27 08:49:26 +03:00
parent 0f4607a070
commit 0e65bd05c4
+2
View File
@@ -129,6 +129,8 @@
insertSpaces: true,
quickSuggestions: { other: true, comments: false, strings: true },
suggestOnTriggerCharacters: true,
wordBasedSuggestions: false,
suggest: { showWords: false },
scrollBeyondLastLine: false,
});