CodeSense - AI-Powered Code Optimization and Review CodeSense is a VS Code extension designed to make your coding experience smarter and more efficient. By leveraging generative AI, it provides on-demand code optimization and review features directly within the editor. Features Review Code: Get actionable insights and suggestions to improve your code quality. Optimize Code: Automatically refactor and optimize your code for better performance and readability. Seamless Integration: Available directly in the right-click context menu, making it easy to use. How to Use Select a block of code in your editor. Right-click and choose one of the following commands: Review Code: Analyzes the selected code and provides feedback. Optimize Code: Refactors the code for better performance and structure. Commands Command Description codesense.reviewCode Analyzes and provides feedback on selected code. codesense.optimizeCode Refactors and optimizes the selected code for improved readability and performance. Requirements VS Code version: 1.54.0 or later Internet Connection: Required for AI-powered features Installation Open the Extensions View in VS Code (Ctrl+Shift+X). Search for CodeSense. Click Install. Contributing We welcome contributions to make CodeSense even better! To contribute: Fork the repository and create a new branch: bash Copy code git checkout -b feature/your-feature Commit your changes: bash Copy code git commit -m "Add a detailed description of your changes" Push to the branch: bash Copy code git push origin feature/your-feature Create a pull request on GitHub. Feedback and Support For any issues or feature requests, please create a GitHub issue in the repository or contact us at support@codesense.com. License This extension is licensed under the MIT License. |