You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode has a compelling feature that magit-todos + magit-forge almost provides: the ability to create Github issues directly from TODO comments. It would be cool to have this :)
Yeah, that'd be a really cool feature. I haven't looked at Forge's code in a long time. Would it be as simple as a single function call with a string argument?
It looks as though the exact API we need here is not provided - help from @tarsius is probably required - but I think one could put the contents of forge-create-issue into the shell of magit-todos-jump-to-item and it would work (though not be stable).
After calling forge-create-issue you can just insert text into the buffer that it displayed, which you should be able to do by creating a wrapper around that function and then your code. Of course there are complications -- the buffer may already contain other text for various reasons and you will have to decide what to do about that. There's really not much else I can say at this point.
VSCode has a compelling feature that magit-todos + magit-forge almost provides: the ability to create Github issues directly from TODO comments. It would be cool to have this :)
See package description https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github and related tweet (with video) by Paige Bailey https://twitter.com/DynamicWebPaige/status/1377021900489113606
The text was updated successfully, but these errors were encountered: