Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unit-mesh/auto-dev-vscode

AutoDev - ๐Ÿง™โ€the AI-powered coding wizard . Put the most loved AutoDev AI assistant into your VSCode, and have things done quickly
https://github.com/unit-mesh/auto-dev-vscode

ai-assistant genai vscode-extension

Last synced: 12 days ago
JSON representation

AutoDev - ๐Ÿง™โ€the AI-powered coding wizard . Put the most loved AutoDev AI assistant into your VSCode, and have things done quickly

Awesome Lists containing this project

README

        


logo


AutoDev for VSCode




Visual Studio Marketplace Version


CI


codecov

> ๐Ÿง™โ€AutoDev: the AI-powered coding wizard with multilingual support ๐ŸŒ, auto code generation ๐Ÿ—๏ธ, and a helpful
> bug-slaying assistant ๐Ÿž! Customizable prompts ๐ŸŽจ and a magic Auto Dev/Testing/Document/Agent feature ๐Ÿงช included! ๐Ÿš€

JetBrains' IDE Version: [https://github.com/unit-mesh/auto-dev](https://github.com/unit-mesh/auto-dev)

Documentation: [https://vscode.unitmesh.cc/](https://vscode.unitmesh.cc/)

## Quick Start Guide to Contributing

Contributing Documentation: [https://vscode.unitmesh.cc/development](https://vscode.unitmesh.cc/development)

## Join the Community

wechat qrcode

If you are interested in AutoDev, you can join our WeChat group by scanning the QR code above.

๏ผˆๅฆ‚ๆžœ็พคไบŒ็ปด็ ่ฟ‡ๆœŸ๏ผŒๅฏไปฅๆทปๅŠ ๆˆ‘็š„ๅพฎไฟกๅท๏ผš`phodal02`๏ผŒๆณจๆ˜Ž `AutoDev`๏ผŒๆˆ‘ๆ‹‰ไฝ ๅ…ฅ็พค๏ผ‰

## Roadmap

Normal features

| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Chat mode | โœ… | โœ… |
| Code completion | โœ… | โœ… |
| AutoDoc | โœ… | โœ… |
| Custom Prompt | โœ… | โœ… |
| Prompt Overwrite | โœ… | โœ… |
| Commit Message | โœ… | โœ… |
| Gen API Data | โœ… | โœ… |
| AutoTest | โœ… | โœ… |
| Refactoring: Rename | โœ… | โœ… |
| Refactoring: fix | โœ… | โœ… |
| Refactoring: with Lint | โŒ | โœ… |
| CLI Suggest | โŒ | โœ… |

Natural Language search features

| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Custom RAG | โœ… | โŒ |
| NL Semantic Search | โœ… | โŒ |
| Multiple RAG Strategy | โœ… | โŒ |

DevOps features

| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Dockerfile | โŒ | โœ… |
| CI/CD | โŒ | โœ… |

AI Agent features

| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| AI Agent: DevIns Lang | โŒ | โœ… |
| AI Agent: Custom Agent | โŒ | โœ… |
| AI Agent: AutoCRUD | โŒ | โœ… |
| AI Agent: AutoArkUI | โŒ | โœ… |
| AI Agent: AutoSQL | โŒ | โœ… |
| AI Agent: AutoPage | โŒ | โœ… |

## Resources

- Code search [Sweep](https://github.com/sweepai/sweep)
- TreeSitter [Playground](https://tree-sitter.github.io/tree-sitter/playground)

## LICENSE

Inspired and based on๏ผš

- AI-based Coding Editor [Continue](https://github.com/continuedev/continue) for LLM provider and CodeCompletion.
- AI-based conversational search [Bloop](https://github.com/BloopAI/bloop) for indexes and code search.
- AI-powered coding wizard [AutoDev](https://github.com/unit-mesh/auto-dev) for AutoTasking.
- TreeSitter-based architecture analysis: [Guarding](https://github.com/modernizing/guarding)
- Static SCA analyser: [ArchGuard](https://github.com/archguard/archguard)
- DevIns parser based
on [VSCode Markdown](https://github.com/microsoft/vscode/blob/main/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json)
- Git parser based on [GitLens](https://github.com/gitkraken/vscode-gitlens) with MIT License

AutoDev VSCode is licensed under the `Apache 2.0` license as defined in [LICENSE](./LICENSE).