CodeMonkey is a VSCode extension designed to optimize the code of the currently opened file. You can either select a specific block of code or run the command CodeMonkey via Ctrl+Shift+P to optimize the entire code file.
- Code Optimization: Optimize the code within the current file, making it cleaner and more efficient.
- Selective Optimization: Select a specific block of code to optimize then hover over it, finally click
Optimize selected code. - Full File Optimization: Run the
CodeMonkeycommand (Ctrl+Shift+P) to optimize the entire file.
If you select a code block, CodeMonkey will focus on optimizing only the highlighted section. Alternatively, running the codeMonkey command will optimize the entire file, ensuring consistency and efficiency across your project.
Tip: Try running the optimization on large files to notice improvements in readability and performance!
04.02.2025_10.22.11_REC.mp4
- Visual Studio Code: Ensure you're using a compatible version of VSCode.
- Node.js: Some optimization processes might require Node.js as a dependency.
- Some edge cases may cause errors during optimization for complex code blocks. If you encounter an issue, please report it on the GitHub repository.
- Initial release of the CodeMonkey extension.
- Basic functionality for optimizing code blocks and entire files.
Enjoy optimizing your code with CodeMonkey!