Refined-github: Would be nice if I can do multiple selection with keyboard

Created on 19 Feb 2019  路  3Comments  路  Source: sindresorhus/refined-github

I happened to copy a list of items while creating a PR and I had to literally go on each and every line editing. It would be really cool if we could do multiple selection with keyboard. I'm not familiar with the code so I'm not sure how possible this is 馃檶

enhancement under discussion

Most helpful comment

Probably Jean wants an editor like CodeMirror in each comment box (that's the only way to get multiple cursors, like https://i.stack.imgur.com/TLZpd.gif)

An alternative is to use GhostText, also co-authored by me https://github.com/GhostText/GhostText

All 3 comments

"multiple selection" of what?

Probably Jean wants an editor like CodeMirror in each comment box (that's the only way to get multiple cursors, like https://i.stack.imgur.com/TLZpd.gif)

An alternative is to use GhostText, also co-authored by me https://github.com/GhostText/GhostText

I think this is outside the scope of Refined GitHub and better solved by a dedicated extension like GhostText.

Was this page helpful?
0 / 5 - 0 ratings