You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev-Docs is a powerful VSCode extension designed to streamline the process of creating and managing documentation for your projects. It offers a wide range of features to help developers generate, organize, and maintain both internal and external documentation.
4
+
5
+
## Key Features
6
+
7
+
1. **Automatic Documentation Generation**: Generates documentation for your code files, including functions, classes, and methods.
8
+
2. **Context-Aware Documentation**: Creates high-level context documentation for files and folders.
9
+
3. **API Documentation**: Automatically generates API documentation and Postman collections.
10
+
4. **External Documentation Support**: Facilitates the creation and management of external-facing documentation.
11
+
5. **Search Functionality**: Allows you to search through your documentation easily.
12
+
6. **Version Control Integration**: Integrates with Git for documentation version control.
13
+
7. **Customizable AI-Powered Documentation**: Uses AI to generate documentation based on customizable prompts and filters.
14
+
15
+
## Getting Started
16
+
17
+
1. Install the Dev-Docs extension from the VSCode marketplace.
18
+
2. Sign in to Dev-Docs using your GitHub account by running the `devdocs.getGitHubUser` command.
19
+
3. Initialize Dev-Docs in your project by running the `devdocs.versionControl` command.
20
+
4. Start generating documentation using various commands like `devdocs.generateDocumentation` or `devdocs.generateAPIDocumentation`.
21
+
22
+
## Commands
23
+
24
+
- `devdocs.helloWorld`: Open the main Dev-Docs interface
25
+
- `devdocs.generateDocumentation`: Generate documentation for the current file
26
+
- `devdocs.generateAPIDocumentation`: Generate API documentation
27
+
- `devdocs.generateContext`: Generate high-level context for the current file
28
+
- `devdocs.generateMultiContext`: Generate context for multiple files
0 commit comments