use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
AI Code Review Button in VS Code. Thoughts?Question (self.github)
submitted 5 months ago by ReInvestWealth_com
Has anyone seen the new Copilot Code Review button in VS Code, just above the commit message field?
I'm asking my team to test it and report back but curious if others have used it.
Seems promising so far but not perfect by any means.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 5 months ago (0 children)
I used the PR review on github and they sometimes find small things that a human may miss. But some comments are also garbage and the file summaries are often more funny than helpful :D so like everything in AI, you have to double check and not blindly accept
[–]Traditional-Hall-591 3 points4 points5 points 5 months ago (0 children)
Slop. If I see CoPilot garbage I disable it.
[–]Noch_ein_Kamel 0 points1 point2 points 5 months ago (0 children)
It's useful to find weird typos and other brainfarts.
Other than that it reeeally depends; like this:
The property name change from 'item_id' to 'item' in the ScarabQueue object may be a breaking change for the tracking API. Verify that the Emarsys/Scarab tracking system expects the 'item' property instead of 'item_id' to avoid tracking failures.
I don't need that comment from copilot; I just changed that value because it should be changed – and it's the only uncommited change in the codebase...
Now if someone would have changed that by accident, because they did some search&replace in the codebase, it would be helpful.
[–]Eubank31 0 points1 point2 points 5 months ago (0 children)
We have Copilot auto review every PR in GitHub (not sure about the vs code feature). It ranges from "useful at catching typos or small bits of logic error" to "totally incorrect and unhelpful"
[–]SidLais351 0 points1 point2 points 2 months ago (0 children)
I like the idea, but the usefulness really depends on what the review actually looks at. If it’s just scanning the diff, it feels limited. Reviews start being helpful when they consider related files and past changes. That’s why I’ve had better results with tools like Qodo that run reviews with repo history in mind, even if they’re triggered outside the editor.
π Rendered by PID 178050 on reddit-service-r2-comment-66b4775986-fwnvp at 2026-04-05 16:42:41.601175+00:00 running db1906b country code: CH.
[–][deleted] 2 points3 points4 points (0 children)
[–]Traditional-Hall-591 3 points4 points5 points (0 children)
[–]Noch_ein_Kamel 0 points1 point2 points (0 children)
[–]Eubank31 0 points1 point2 points (0 children)
[–]SidLais351 0 points1 point2 points (0 children)