| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
AI Driven Dev is a VS Code extension providing a preconfigured, AI-ready environment for developers. It bundles curated settings, keybindings, and recommended extensions to boost productivity with AI tools (e.g., GitHub Copilot, Cursor, Windsurf). No manual setup required—just install and code.
Optimized Settings ⚙️
Pre-tuned VS Code config for AI-based workflows, enabling format-on-save, auto-imports, ESLint fixes, and more.
Recommended Extensions 🧩
Automatic installation of essential plugins (Prettier, GitLens, Code Spell Checker, Docker, etc.) for an improved coding experience.
Keybindings ⌨️
Saves time with shortcuts for tasks like opening folders, pasting with auto-import, deleting current lines, or toggling sidebars.
Snippets 📝
Extensive snippet support for PHP, Java, Kotlin, TypeScript, and React, accelerating common coding patterns.
AI Tool Integration 🤖
Seamless synergy with GitHub Copilot, Cursor, and Windsurf. Edits are auto-formatted, auto-imported, and AI suggestions blend right into your workflow.
Open the command palette (Ctrl+P or Cmd+P on macOS), then run:
ext install ai-driven-devThe extension applies all defaults. You can customize any setting afterward.
Start Coding:
Simply open or create a project; AI Driven Dev automatically configures recommended defaults for maximum productivity.
Adjust Settings (Optional):
You can override any default in your user/workspace settings.json if needed.
Check Shortcuts:
Use the provided keybindings or add your own. They’re visible in the Keyboard Shortcuts panel (search AI Driven Dev).
Snippets:
Type your snippet prefix (e.g., clg for console.log or phpclass for a new PHP class) and press Tab to expand.
| Shortcut | Description |
|---|---|
| cmd+k cmd+o | Open a new folder in a new VS Code window |
| ctrl+shift+v | Paste with auto-import |
| cmd+n | Create a new file in the current directory |
| ctrl+s | Remove unused imports (or fix lint issues) |
| f12 | Open file from Git (or go to definition) |
| shift+cmd+l | Select all occurrences of the current selection |
| shift+cmd+k | Delete the current line |
| cmd+l | Close sidebar and focus the AI chat (if present) |
| cmd+shift+b | Toggle the secondary (auxiliary) sidebar |
(Shortcuts may differ slightly on Linux/Windows.)
PHP (.php)
phpclass → PHP 8 class with constructor property promotion.
TypeScript (.ts)
TypeScript React (.tsx)
Java (.java)
Kotlin (.kt)
More languages may be added in future updates.
The following extensions are recommended for the best experience:
We welcome contributions, bug reports, and feature requests. Feel free to:
This project is licensed under GPL-3.0-or-later.
© 2025 AI Driven Dev.
Enjoy coding with AI-Driven Dev! 🚀
| Back | FazBrowse Home | New Git URL |