Same markdown writing experience as GH
Would be nice if the description field for new PRs supported the same keyboard shortcuts as textareas on GitHub.
In particular, I'm missing the ability to hit cmd + e or the backtick key with text selected to surround it with backticks:
On GitHub with "this" selected and hitting cmd + e or hitting `, I get this.
In vscode-pull-request-github, I get nothing/the selection is replaced by `.

Ideally it could be possible to edit the description in a regular editor?
Ideally it could be possible to edit the description in a regular editor?
Or "embed" all features of regular editor into those forms
I'm now using gh pr create and it fits my need