Documentation
CodeMaker AI
  • Quick start
    • Overview
    • Getting Started
      • Visual Studio Code
      • JetBrains
      • GitHub Action
      • CodeMaker CLI
  • Features
    • Coding Assistant
    • Interactive
      • Autocompletion
      • Inline code generation
      • Code Actions
      • Syntax Autocorrection
    • Batch
      • Code generation
      • Documentation generation
      • Predictive code generation
    • Source Context
    • Source Graph
  • Models
    • Fine-Tunning
  • Knowledge Base
    • Indexes
  • Source Code
    • Repositories
  • Integrations
    • IDE
      • Visual Studio Code
      • JetBrains
    • GitHub
      • GitHub Action
        • Continous Integration
        • Pull Requests
      • GitHub App
    • CLI
    • SDK
      • Go
      • JavaScript
Powered by GitBook
On this page
  • Summary
  • Visual Studio Code
  • JetBrains
  • Multi-line completion
  • Programming languages
  1. Features
  2. Interactive

Autocompletion

PreviousInteractiveNextInline code generation

Last updated 1 year ago

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.

Visual Studio Code Settings
JetBrains Settings