Skip to content

Commit 1939fde

Browse files
md file
1 parent 2946b55 commit 1939fde

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file describes a VS Code extension command called "Create External Documentation". The command is designed to automatically generate external documentation for code snippets or entire files using AI. Key points include:
7+
8+
1. Purpose: To streamline the process of creating documentation for codebases.
9+
2. Configuration: Uses a 'dev-docs.json' file for customizing the documentation generation process.
10+
3. Features:
11+
- AI-powered documentation generation
12+
- Customizable prompts for different file types and folders
13+
- Optional editing step to refine generated documentation
14+
4. Usage: Accessible through VS Code's command palette
15+
5. Benefits: Saves time and effort in maintaining well-documented code
16+
17+
The file provides a comprehensive overview of the command's functionality, configuration options, prerequisites, and step-by-step usage instructions, making it a valuable resource for developers using this VS Code extension.
18+
19+

0 commit comments

Comments
 (0)