DocFy-AI is a VSCode extension that utilizes GPT-based AI to automatically generate comprehensive documentation for code files and projects. It supports multiple programming languages and provides customizable documentation templates. With its intuitive user interface, documenting code has never been easier.
Features
Automatic code documentation generation using GPT-based AI.
Generate detailed documentation for code files and projects.
Supports multiple programming languages.
Customizable documentation templates.
Intuitive user interface for easy interaction.
Requirements
To use the DocFy-AI extension, you need an OpenAI APIKey. This document generator leverages GPT to provide accurate and helpful documentation.
Extension Settings
This extension contributes the following settings:
extension.CandCPPDocPatern: C and C++ documentation pattern
More settings will be added in the future.
Usage
Open a code file in VSCode.
Select the code you want to document or place the cursor in the desired location.
Right-click on the selected code or use the context menu.
Choose the Generate Doc option.
The extension will automatically generate documentation based on the selected code and the configured documentation patterns.
Please make sure to configure your OpenAI APIKey in the extension settings before using DocFy-AI.
We wish you success in using the DocFy-AI VSCode extension for generating code documentation effortlessly!