diff --git a/packages/ai-code/src/monaco-editor/monaco-editor.tsx b/packages/ai-code/src/monaco-editor/monaco-editor.tsx index 92b5b9d436bea71f78639d3388e58627c33d27cf..766cee638ec1911a2b8d90e36692ce1b5d80cfdb 100644 --- a/packages/ai-code/src/monaco-editor/monaco-editor.tsx +++ b/packages/ai-code/src/monaco-editor/monaco-editor.tsx @@ -547,7 +547,9 @@ export const IBizAICode = defineComponent({ }, suggest: { preview: true, + matchOnWordStartOnly: false, }, + quickSuggestions: true, readOnly: hasEnableEdit.value ? readonlyState.value : props.readonly || props.disabled, // 只读