playcanvas / editor

Issue tracker for the PlayCanvas Editor
https://playcanvas.com/
160 stars 28 forks source link

Feature Request: Meta (ctrl) + Shift select #936

Open ErikSom opened 1 year ago

ErikSom commented 1 year ago

It would be really nice to have the ability to select a full line of code as follows:

  1. put your cursor on the far left side of a line
  2. hold shift + meta and arrow-right

The meta arrow left/right work but if you are also holding shift it stops working.

I use this a lot inside visual studio code.

yaustar commented 1 year ago

Works on my Mac

https://user-images.githubusercontent.com/16639049/204037729-2d41ce86-b82d-4255-9525-3903bc9de6c5.mp4

What OS are you using?

ErikSom commented 1 year ago

Im on Mac OS Monetery. For me the shift + ctrl + right works, but it does not do the same as meta + shift + right, because the latter should select the whole row in one go.