Commentify is a Visual Studio Code extension that automates the process of adding informative and professional comments above your functions using AI-generated content. It enhances code readability, collaboration, and saves valuable development time.
- Automatically adds comments above JavaScript and JavaScript React functions.
- Utilizes the power of ChatGPT to generate informative comments based on the function name and body.
- Improves code documentation and enhances collaboration among developers.
- Works seamlessly with any JavaScript project in Visual Studio Code.
- Launch Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X
orCmd+Shift+X
). - Search for "Commentify" in the Marketplace.
- Click "Install" to install the extension.
- Reload Visual Studio Code to activate the extension.
- Open a JavaScript or JavaScript React file in Visual Studio Code.
- Ensure the file contains functions that you want to add comments to.
- Run the "Add Comments Above Functions" command by:
- Opening the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
). - Searching for "Add Comments Above Functions".
- Selecting the command from the list or using the specified keybinding.
- Opening the Command Palette (
- Commentify will automatically add comments above the functions using AI-generated content.
Commentify currently doesn't require any additional configuration. It utilizes the default settings to generate comments. However, stay tuned for future updates that may include configurable options.
If you encounter any issues or have questions, you can reach out to us by creating an issue in the Commentify GitHub repository.
Contributions are welcome! If you would like to contribute to Commentify.
This project is licensed under the MIT License.