pwntester / octo.nvim

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

[FEATURE REQUEST] possibility to see the issue title instead of the number #361

Open divramod opened 1 year ago

divramod commented 1 year ago

hey hey, i am using octo quite heavily. thx for the awesome plugin again! it helps me a lot to organize my issues.

in my workflow i use some issues as collecting issues for greater user stories. i can see the list like that:

Screenshot 2023-01-20 at 23 47 10

is it somehow possible to show the issue titles instead of the numbers, like github is doing it? i cant remember which number belongs to which title, because we have a lot of issues. currently i can navigate to the issue number and a hover with the title will show. thats good, but needs me to go over every issue to see the title and decide where to go. would it be somehow possible to have a command, which shows all issue hovers in the current issue? or replace the #ISSUENUMBER with the title in the view?

Issue Description

Type: feature request

Describe what happened (or what feature you want)

pwntester commented 1 year ago

Hi, thanks for the feedback!

Im not sure I understand what you mean. If I add links to an issue, I can see this in GitHub:

image

I cannot see the title in neither of them unless I hover on them, but that works the same way in Octo. Can you send a screenshot where titles are shown?

GustavEikaas commented 3 months ago

If you reference an issue like this #12. It just shows a blue link, but if you reference as a checkbox it shows the status, title and number.