Skip to content

Commit 9961cb6

Browse files
committed
Remove scope row from auto-edit comparison table
This change removes the "Scope" row from the comparison table between auto-edit and autocomplete features, as the information was redundant and not providing additional value.
1 parent 0c8b350 commit 9961cb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ In terms of feature-set and functionality, auto-edit and autocomplete have some
4646
| **Text modification** | Can only insert text, not delete | Can both insert and delete text |
4747
| **Cursor position** | Only proposes content after the cursor | Can modify code before and after the cursor |
4848
| **Suggestion trigger** | Suggests on every character typed | Proposes changes based on context and recent edits |
49-
| **Scope** | - | Can do everything autocomplete can do |
5049

5150
## Use cases
5251

0 commit comments

Comments
 (0)