* Add autocomplete gif * Add edit quickstart gif * Add chat gif * Add agent gif * Fix broken image path * Change Features to IDE Extensions * Moved install and quickstart to ext and created redirects * Move pages in docs.json * Move examples from overview to extensions * Remove the Overview and redirect to the index * Fix Redirect * Update docs/chat/how-to-use-it.mdx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Redirect model pages to customize --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
---
|
|
title: "Context Selection in Edit Mode"
|
|
sidebarTitle: "Context Selection"
|
|
description: "Learn how Continue's Edit mode selects relevant code context using file content, language server"
|
|
---
|
|
|
|
## How to Use Text Input
|
|
|
|
Typing a question or instructions into the input box is the only required context.
|
|
|
|
## What Context is Included in Edit Mode
|
|
|
|
The **entire contents** of the current file are included in the prompt for context. The model will only attempt to edit the highlighted/specified ranges.
|