๐งโAutoDev: The AI-powered coding wizard with multilingual support ๐, auto code generation ๐๏ธ, and a helpful bug-slaying assistant ๐! Customizable prompts ๐จ and a magic Auto Testing feature ๐งช included! ๐
AutoDev Overview:
Features:
- Languages support: Java, Kotlin, Python, JavaScript/TypeScript, Goland, Rust or others...
- Auto development mode.
- With DevTi Protocol (like
devti://story/github/1102
) will auto generate Model-Controller-Service-Repository code. - AutoCRUD mode (Java/Kotlin Language only๏ผ. Auto generate CRUD code.
- Auto Testing. create unit test intention, auto run unit test and try to fix test.
- With DevTi Protocol (like
- Copilot mode
- Pattern specific.Based on your code context like (Controller, Service
import
), AutoDev will suggest you the best code. - Related code. Based on recent file changes, AutoDev will call calculate similar chunk to generate best code.
- AutoDev will help you find bug, explain code, trace exception, generate commits, and more.
- Pattern specific.Based on your code context like (Controller, Service
- Chat mode
- Chat with AI.
- Chat with selection code.
- Customize.
- Custom specification of prompt.
- Custom intention action. You can add your own intention action.
- Custom LLM Server. You can customize your LLM Server in
Settings
->Tools
->AutoDev
- Custom Living documentation.
- Team prompts. Customize your team prompts in codebase, and distribute to your team.
- Custom Quick Action. You can add your own quick action.
- Miscellaneous
- CI/CD support. AutoDev will auto generate CI/CD config file.
- Dockerfile support. AutoDev will auto generate Dockerfile.
Video demo (Youtube) โ English
Video demo (Bilibili) - ไธญๆ
- Copilot-Explorer Hacky repo to see what the Copilot extension sends to the server.
- GitHub Copilot a small part of Copilot Performance logs.
- ่ฑไบๅคงๅไธชๆ๏ผๆ็ปไบ้ๅๅๆไบGithub Copilot
Welcome to add your company here.
- Thoughtworks, a leading technology consultancy.
- ChatUI based on: https://github.com/Cspeisman/chatgpt-intellij-plugin
- Multiple target inspired by: https://github.com/intellij-rust/intellij-rust
- SimilarFile inspired by: JetBrains and GitHub Copilot
Known License issues: JetBrain plugin development is no walk in the park! Oops, we cheekily borrowed some code from the JetBrains Community version and the super cool JetBrains AI Assistant plugin in our codebase. But fret not, we are working our magic to clean it up diligently! ๐งโโ๏ธโจ.
Those code will be removed in the future, you
can check it in src/main/kotlin/com/intellij/temporary
, if you want to use this plugin in your company,
please remove those code to avoid any legal issues.
This code is distributed under the MPL 2.0 license. See LICENSE
in this directory.