mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
60 lines
No EOL
1.9 KiB
Text
60 lines
No EOL
1.9 KiB
Text
---
|
|
title: Tab
|
|
description: Tab page description
|
|
---
|
|
|
|
# Tab
|
|
|
|
ProxyAI helps you write code faster and more accurately. Get smart code suggestions and edits directly in your editor as you type.
|
|
|
|
## Autocomplete
|
|
|
|
Autocomplete feature focuses on providing real-time code completion suggestions as you type. It predicts and suggests code snippets near your cursor, offering single-line completions or generating entire functions or blocks of code based on the immediate context.
|
|
|
|
<video
|
|
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/autocomplete.mp4"
|
|
alt="Demonstration of code autocomplete suggestions"
|
|
width="1200"
|
|
height="800"
|
|
className="nx-rounded-lg nx-my-4"
|
|
autoPlay
|
|
muted
|
|
loop
|
|
/>
|
|
|
|
### Keyboard Shortcuts
|
|
|
|
- **Accept suggestion**: `Tab`
|
|
- **Accept suggestion word-by-word**: `Option`/`Ctrl` + `→`
|
|
- **Accept suggestion line-by-line**: `Cmd`/`Alt` + `→`
|
|
- **Cancel suggestion**: `Esc`
|
|
|
|
## Next Edits
|
|
|
|
Next Edits feature reshapes the traditional autocomplete experience. It predicts your coding intentions across the entire file, offering context-aware suggestions and multi-line changes based on your recent modifications.
|
|
|
|
<video
|
|
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/next-edit.mp4"
|
|
alt="Next Edit Demo"
|
|
width="1200"
|
|
height="800"
|
|
className="nx-rounded-lg nx-my-4"
|
|
autoPlay
|
|
muted
|
|
loop
|
|
/>
|
|
|
|
### Keyboard Shortcuts
|
|
|
|
- **Accept edit**: `Tab`
|
|
- **Open all edits**: `Cmd` + `o`
|
|
- **Trigger manually**: `Cmd` + `Enter`
|
|
- **Cancel suggestion**: `Esc`
|
|
|
|
### Compatibility and Provider Support
|
|
|
|
This feature is available only with ProxyAI Cloud and is not currently supported by any other provider. We are actively working to expand this functionality for a broader community.
|
|
|
|
### Enterprise Self-Hosting
|
|
|
|
For enterprises seeking advanced control and customization, a self-hosted version of Next Edits is available. Please [contact us](mailto:contact@codegpt.ee) for more information. |