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
It would be good to have some context aware markdown helpers in the comment editor. Here are my big picks that drastically improve speed when writing PRs:
Paste link while text is selected -> auto linkifies. i.e. becomes [selected text](<link>)
Pressing ` with text selected surrounds that text in back ticks rather than replacing the text
Continue bullets when hitting return on a single line that already has * or -
Cmd + b to bold selected text, same for Cmd + i for italic
The text was updated successfully, but these errors were encountered:
👍 these are great improvements, thanks for the idea. I want to call out thought that (4) already works today, if it's not working for you that's a bug (it's working for me).
It would be good to have some context aware markdown helpers in the comment editor. Here are my big picks that drastically improve speed when writing PRs:
[selected text](<link>)
back ticks
rather than replacing the text*
or-
The text was updated successfully, but these errors were encountered: