Check for existing issues
Describe the feature
1. Feature: "Copy Code Only" / Smart Copy
- Description: Please add a feature to automatically extract and copy only the source code from an AI text response, filtering out any conversational or explanation text.
- Example: If the text is "Berikut kodenya: ...", Acode should only copy the
<html> part and automatically remove the "Berikut kodenya:" text.
2. Feature: Auto-Split Code & Auto-Create Files
- Description: When pasting a combined AI response that contains multiple code blocks (HTML, CSS, and JavaScript), Acode should automatically split them into their respective files instead of pasting them into a single file.
- How it should work:
- Automatically detect the language tags (HTML, CSS, JS).
- Create separate files automatically (e.g.,
index.html, style.css, script.js).
- Automatically inject the linking tags (
<link rel="stylesheet" href="..."> and <script src="..."></script>) into the HTML file so the project runs immediately without manual linking.
Why these features are useful:
It drastically speeds up the workflow when working with AI assistants, eliminating the tedious process of manual file creation, code separating, and linking.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Check for existing issues
Describe the feature
1. Feature: "Copy Code Only" / Smart Copy
<html>part and automatically remove the "Berikut kodenya:" text.2. Feature: Auto-Split Code & Auto-Create Files
index.html,style.css,script.js).<link rel="stylesheet" href="...">and<script src="..."></script>) into the HTML file so the project runs immediately without manual linking.Why these features are useful:
It drastically speeds up the workflow when working with AI assistants, eliminating the tedious process of manual file creation, code separating, and linking.
If applicable, add mockups / screenshots to help present your vision of the feature
No response