pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.34k stars 127 forks source link

Jumping between comments of other reviewers #139

Closed mateuszaaa closed 3 years ago

mateuszaaa commented 3 years ago

Scenario:

  1. i push PR
  2. Bob and Alice left few comments under my PR
  3. i want to address all the comments from Alice and Bob - can i jump between comments that are not resolved somehow?
pwntester commented 3 years ago

That's something I wanted to implement, not sure if make it a mapping such as ]k and [k to go to the next comment in the file, or maybe add a new Telescope menu to see all unresolved threads and jump to the right place ... or maybe both :)

pwntester commented 3 years ago

I added a [t and ]t to jump to the prev and next threads respectively. Can you please give it a try and check if they solve your problem? Thanks!