Welcome to the IntelliJ Plugin Project! This plugin is designed to enhance developer productivity within the IntelliJ IDEA IDE by providing features for code management, collaboration, and documentation.
Easily tag your code segments to categorize and organize different parts of your project. Tags help in quickly navigating and understanding the codebase.
To tag a section of code, use the following shortcut: [Shortcut Here].
Facilitate code reviews directly within IntelliJ IDEA. Streamline collaboration by adding comments, suggesting changes, and tracking review progress without leaving the IDE.
To initiate a code review, follow these steps: [Steps Here].
Automatically generate test cases for your code to ensure comprehensive test coverage. This feature helps in accelerating the testing process and ensures the robustness of your application.
To generate test cases, utilize the following command: [Command Here].
Instantly access relevant documentation while coding. Improve efficiency by seamlessly integrating documentation lookup within the IntelliJ IDEA environment.
To access documentation, use the following command: [Command Here].
- Clone the repository:
git clone https://github.com/your-username/intellij-plugin.git
- Open IntelliJ IDEA.
- Navigate to
File
>Settings
>Plugins
. - Click on
Install Plugin from Disk
and select the JAR file from the cloned repository. - Restart IntelliJ IDEA.
Once the plugin is installed, you can start using the added features right away. Refer to the documentation or the built-in help menu for more information on each feature.
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the [License Name] - see the LICENSE.txt file for details.
Config files are avilable in plugins/tree/main/codezen/codezen/src/main/resources/config
(base) config % ls -ltr
total 32
-rw-r--r-- 1 xxx staff 354 Nov 16 14:34 marker-gpt.json
-rw-r--r-- 1 xxx staff 354 Nov 16 14:34 marker-copilot.json
-rw-r--r--@ 1 xxx staff 238 Nov 28 13:34 codezen.json
-rw-r--r-- 1 xxx staff 42 Dec 5 18:15 sink.json
=============================
plugins/tree/main/codezen/codezen/dist