We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09ba09 commit b6b3a00Copy full SHA for b6b3a00
1 file changed
src/pages/components/CodeEditor/index.tsx
@@ -85,7 +85,7 @@ const CodeEditor: React.ForwardRefRenderFunction<{ editor: editor.IStandaloneCod
85
suggestSelection: "first",
86
87
// Enable word based suggestions
88
- wordBasedSuggestions: "matchingDocuments",
+ wordBasedSuggestions: "off",
89
90
// Enable parameter hints
91
parameterHints: {
@@ -97,7 +97,7 @@ const CodeEditor: React.ForwardRefRenderFunction<{ editor: editor.IStandaloneCod
97
// https://github.com/is0383kk/VSCode
98
99
quickSuggestions: {
100
- other: "inline",
+ other: true,
101
comments: true,
102
strings: true,
103
},
0 commit comments