Code Review Suggester is a VSCode extension that provides code review suggestions for highlighted code snippets. It helps developers improve their code quality by offering actionable insights.
Features
Inline Suggestions: Highlights specific code segments and provides suggestions for improvements.
Easy Acceptance: Users can easily accept suggestions, which will automatically update the code.
Diff View: Displays the changes made, allowing users to review what was modified.
Installation
Open the Extensions view (Ctrl+Shift+X).
Search for "Code Review Suggester".
Click Install.
Usage
Highlight a code snippet in your editor.
Run the command Suggest Code Review by pressing Ctrl+Shift+P and typing "Suggest Code Review".
Review the suggestion and choose to accept it to modify your code.
Configuration
You can configure the extension settings in your settings.json file to customize the suggestions provided.
Contribution
If you would like to contribute to this extension, please fork the repository and submit a pull request.
License
This project is licensed under the MIT License.
Acknowledgments
Special thanks to the open-source community for their contributions and support.