sindresorhus/refined-github

Enhance suggestions in PRs #3490

dvisockas posted onGitHub

It would be cool to have automatic suggestion when reviewing a PR.

Currently if there is some code written:

console.log('Hello');
console.log('World');

And I would like to suggest that the person could write otherwise, I have to:

1) Select the lines 2) add ```suggestion <suggested_code> ``` 3) Usually rewrite 99% of the code (including matching spacing) into a comment, where 1% is the diff

That results in writing a comment:

```suggestion console.log('Hello', 'World'); ```

I think a button could appear when selecting the line(-s) on a PR that would say "Suggest change" and if clicked, would prefill the comment with ```suggestion <selected_code> ```

It could appear in https://github.com/<username>/<repo>/pull/<pull_id>/files

I would be more than happy to implement it myself


This is a super specific feature and one that would vary on language. Seems out of scope of RGH and instead something a linter or Sonar like tool should handle.

posted by busches over 4 years ago
posted by yakov116 over 4 years ago

Uhm, that button already exists, it’s the +- button. You never have to manually type ```suggestion

  1. Select lines
  2. Click the “Add suggestion” button

2a

posted by fregante over 4 years ago

I guess I understood it as the suggestion would be automatically done to the correct fix based on rules, maybe I'm not understanding the original request. Otherwise he's asking what @fregante said and that exists.

posted by busches over 4 years ago

Uhm, that button already exists, it’s the +- button. You never have to manually type ```suggestion

  1. Select lines
  2. Click the “Add suggestion” button

2a

Great, thanks for the info.

posted by dvisockas over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests