You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cody/capabilities/auto-edit.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<pclassName="subtitle">Auto-edit suggests code changes by analyzing cursor movements and typing. After you've made at least one character edit in your codebase, it begins proposing contextual modifications based on your cursor position and recent changes.</p>
4
4
5
-
<Callouttype="info">Auto-edit is currently available in VS Code extension in the Experimental stage for all Cody Pro users and Enterprise users on Cody Gateway (but with limited support).</Callout>
5
+
<Callouttype="info">Auto-edit is currently available in VS Code extension in the Experimental stage for all Cody Pro users and Enterprise users on Cody Gateway.</Callout>
6
6
7
7
## Capabilities of auto-edit
8
8
@@ -18,8 +18,6 @@ Eligible Cody Pro users will gradually be given access to the auto-edit feature.
Auto-edit is available for Enterprise customers with [Sourcegraph Cody Gateway](/cody/core-concepts/cody-gateway#sourcegraph-cody-gateway) access. Enabling the feature requires two steps:
@@ -38,6 +36,8 @@ The system detects potential changes based on the following:
38
36
39
37
## Auto-edit vs. Autocomplete
40
38
39
+
In terms of feature-set and functionality, auto-edit and autocomplete have some key differences:
0 commit comments