Autocompletion
Summary
CodeMaker AI supports autocompletion, available in preview for both Visual Studio Code and JetBrains IDE.
Visual Studio Code
To enable the autocompletion in Visual Studio Code open Settings > Extensions > CodeMaker AI and toggle the Enable autocompletion checkbox. Now when you start typing in the code editor, the line should be automatically completed.

JetBrains
To enable the autocompletion in JetBrains open Settings > Tools > CodeMaker AI and toggle the Enable autocompletion checkbox. Now when you start typing in the code editor, the line should be automatically completed.

Multi-line completion
By default the completion only completes the current line, the exception of that rule is when starting a new code block like a function or method body or when starting a nested block using keywords like if
, while
, or for
etc. This behavior can be changed so that each completion results in either a single line or multi-line by default by enabling it in settings using the Enable multiline autocompletion
option.
Programming languages
Autocompletion is supported for all CodeMaker AI-supported programming languages.
Last updated