Skip to content

Commit 8c24039

Browse files
md file
1 parent baf1de0 commit 8c24039

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file documents the "Generate Context for Multiple Documents" command in a VS Code extension called DevDocs. The command is used to automatically generate high-level context or summaries for multiple code files or directories within a workspace. Key points include:
7+
8+
1. The command's purpose is to save time and provide quick overviews of project components.
9+
2. It relies on configuration options in a dev-docs.json file, including AI context directories and custom root settings.
10+
3. Prerequisites and usage instructions are provided.
11+
4. The command scans specified directories, generates context summaries, and displays results in the output panel or a new editor tab.
12+
5. It's useful for understanding project structure and individual file purposes, especially in large codebases.
13+
6. The document notes that the quality of generated context may vary based on code complexity and AI model capabilities.
14+
15+
This documentation serves as a guide for developers using the DevDocs extension, explaining how to leverage the multi-document context generation feature effectively.
16+
17+

0 commit comments

Comments
 (0)