DSXpert is a VS Code extension that helps optimize code by automatically suggesting better data structures and improving algorithm efficiency. The extension integrates AI to analyze the code and provides an optimized version along with an explanation.
Installation
From the Visual Studio Code Marketplace
You can install DSXpert directly from the Visual Studio Code Marketplace:
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
Search for DSXpert.
Click Install.
Once installed, activate the extension using the DSXpert: Optimize Code command.
[
Features
🚀 Instant Code Optimization – Automatically refactors your code with better data structures.
💡 AI-powered Suggestions – Get explanations for suggested improvements.
🎨 User-Friendly UI – Toggle between Original and Optimized code effortlessly.
✅ Accept or Reject Changes – You have full control over modifications.
How to Use
Open a file with code that you want to optimize.
Run the DSXpert: Optimize Code command from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
A webview will appear displaying:
Original Code
Optimized Code (if any changes were made)
Explanation of the changes
Click Accept to apply the optimized code, or Reject to discard changes.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Contact
For any issues or feature requests, feel free to open an issue on GitHub or contact the developer at patiltrupti6105@gmail.com.
Contributing
For any issues or feature requests, please open an issue on GitHub.