AI code completion
Last updated
Was this helpful?
Last updated
Was this helpful?
The AI code completion feature
is a convenient function that recommends code based on the user's input using GPT-4o mini-based AI, which can be immediately applied in the editor.
Real-time code completion: As you type, AI predicts the next code to be entered and automatically completes it for you.
Code error detection: It detects potential errors in your code as you write and provides suggestions for corrections.
Support for various programming languages: It supports a wide range of languages, including Python, JavaScript, and Java, for your convenience.
Set the AI ON/OFF button to ON
in the bottom right corner of the IDE.
In the sidebar > Preferences > Editor > AI Completion > set GPT-4o mini into ON
When you enter code in the editor, AI-recommended code will be displayed as gray text to the right.
If you like to use the recommended code, press the Tab
key to apply it.
The AI code auto-completion feature is also available in shared containers.
It can only be used if the container owner has set AI completion to ON
.
The usage of the AI completion feature in shared containers is charged to the container owner.
If all provided usage is exhausted, the feature cannot be used in that container.