Have you ever wished someone check your code and provide feedback before you even submit a commit?
I discovered GitHub Copilot Code Review for uncommitted changes — and I've immediately started using it.
How It Works
Each time you finish the piece of work you can ask for check and get some useful advices even before it will be submitted to repository.
If you click on the button with chat icon in "Source Control" section you can get the same experience from Github Copilot Review - but locally right inside IDE.
What It Can Do
This feature can help you:
- Quickly fix variable names for better clarity
- Refactor overcomplicated code into cleaner solutions
- Propose additional checks for edge cases you might have missed
Why I♥️it
I find this feature extremely useful because it can prevent extra comments during pull request reviews and help maintain a cleaner codebase from the start.
Please, share your cool findings with me!
Source
Top comments (0)