'Select block of code in stackblitz on chrome mobile on android
How do I select block of code in stackblitz on chrome mobile on android?
Long press brings up menu with cut/copy/paste/ for that line but I need to select a block of code.
Solution 1:[1]
I figured it out. I had to use the Command palette.
- Touch start of code to move cursor there
- Long press to bring up menu
- Select command palette
- Set selection anchor
- Move cursor to end of code
- Steps 2 and 3 again
- Select from anchor to cursor
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Hassan Voyeau |
