iCodeGen is a Visual Studio Code extension that assists in generating code based on user input and modifying specific files in the workspace with AI-driven suggestions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This project is a Visual Studio Code extension designed to assist developers in generating code snippets based on user input. It provides a user-friendly interface to streamline the coding process.
Features
Code generation based on user-defined templates.
Customizable prompts for user preferences.
Utility functions for code formatting and validation.
Usage
Open Visual Studio Code.
Press F1 to open the command palette.
Type Generate Code and select the command to start the code generation process.
Follow the prompts to customize your code snippet.
Development
To contribute to the project, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them.
Push your branch and create a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.