Skip to content

Commit 3c0d390

Browse files
md file
1 parent 6ec927a commit 3c0d390

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file describes a VS Code extension command that allows users to replace selected text in their editor with AI-generated content. The command works by:
7+
8+
1. Letting users select text in an open file
9+
2. Prompting users to enter desired replacement text
10+
3. Sending the selected text and replacement text to an AI service
11+
4. Replacing the original selection with the AI-generated response
12+
13+
The document outlines the command's functionality, use cases, potential configuration options, prerequisites, and step-by-step instructions for using the command. It's designed to help developers understand and use this AI-assisted text replacement feature within their VS Code environment, potentially improving their writing and coding productivity.
14+
15+

0 commit comments

Comments
 (0)