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
  • Extended Source Context
  1. Features

Source Context

PreviousPredictive code generationNextSource Graph

Last updated 1 year ago

Summary

CodeMaker AI can build the context out of the content of the entire source file. The single source file maximum allowed limit is 1 MB.

Extended Source Context

The "Extended Source Context" allows dynamically looking up the content of required files and combining them. This feature is support for both JetBrains and Visual Studio Code IDEs.

The extended source context can be used with all code generation features, including predictive code generation. and autocompletion.

Note: The extended source context is currently not supported for C# and Golang programming languages.