Explorar o código

Merge pull request #5020 from Kilo-Org/mark/docs-autocomplete-settings

docs: update autocomplete settings terminology
Mark IJbema hai 1 mes
pai
achega
959eff801c

+ 12 - 4
apps/kilocode-docs/docs/basic-usage/autocomplete/index.md

@@ -19,15 +19,17 @@ Autocomplete analyzes your code context and provides:
 
 ## Triggering Options
 
-### Pause to Complete
+### Code Editor Suggestions
 
-When enabled, Kilo Code automatically triggers autocomplete when you pause typing. This provides a seamless coding experience where suggestions appear naturally as you work.
+#### Auto-trigger suggestions
 
-- **Auto Trigger Delay**: Configure the delay (in seconds) before autocomplete triggers after you stop typing
+When enabled, Kilo Code automatically shows inline suggestions when you pause typing. This provides a seamless coding experience where suggestions appear naturally as you work.
+
+- **Auto Trigger Delay**: Configure the delay (in seconds) before suggestions appear after you stop typing
 - Default is 3 seconds, but this can be adjusted up or down
 - Shorter delays mean quicker suggestions but may be more resource-intensive
 
-### Manual Autocomplete (Cmd+L)
+#### Trigger on keybinding (Cmd+L)
 
 For more control over when suggestions appear:
 
@@ -45,6 +47,12 @@ This is ideal for:
 
 You can customize this keyboard shortcut as well in your VS Code settings.
 
+### Chat Suggestions
+
+#### Enable Chat Autocomplete
+
+When enabled, Kilo Code will suggest completions as you type in the chat input. Press Tab to accept suggestions.
+
 ## Provider and Model Selection
 
 Autocomplete currently uses **Codestral** (by Mistral AI) as the underlying model. This model is specifically optimized for code completion tasks and provides fast, high-quality suggestions.

+ 12 - 4
apps/kilocode-docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/basic-usage/autocomplete/index.md

@@ -21,11 +21,13 @@ Kilo Code 的自动补全功能在您输入时提供智能代码建议和补全
 
 ## 触发选项
 
-### 暂停以补全
+### 代码编辑器建议
 
-启用后,当您暂停输入时,Kilo Code 会自动触发自动补全。这提供了无缝的编码体验,让您在工作时自然地获得建议。
+#### 自动触发建议
 
-- **自动触发延迟**:配置停止输入后触发自动补全的延迟(以秒为单位)
+启用后,当您暂停输入时,Kilo Code 会自动显示内联建议。这提供了无缝的编码体验,让您在工作时自然地获得建议。
+
+- **自动触发延迟**:配置停止输入后建议出现的延迟(以秒为单位)
 - 默认为 3 秒,但可以向上或向下调整
 - 较短的延迟意味着更快的建议,但可能更耗费资源
 
@@ -47,7 +49,7 @@ Kilo Code 的自动补全功能在您输入时提供智能代码建议和补全
 
 您可以在 VS Code 的键盘快捷键设置中自定义键盘快捷键。
 
-### 手动触发自动补全 (Cmd+L)
+#### 按快捷键触发建议 (Cmd+L)
 
 为了更好地控制建议出现的时机:
 
@@ -65,6 +67,12 @@ Kilo Code 的自动补全功能在您输入时提供智能代码建议和补全
 
 您也可以在 VS Code 设置中自定义此键盘快捷键。
 
+### 聊天建议
+
+#### 启用聊天自动补全
+
+启用后,Kilo Code 会在您输入聊天内容时建议补全。按 Tab 接受建议。
+
 ## 禁用竞争对手的自动补全
 
 我们建议禁用竞争对手的自动补全以优化您使用 Kilo Code 的体验。要禁用 VSCode 中的 GitHub Copilot 自动补全,请转到**设置**并导航到**GitHub** > **Copilot: Advanced**(或搜索"copilot")。