Keyboard Shortcuts in FCC Course

I found these shortcut keys while learning in the FCC Course. Interestingly, some of them also work the same in VS Code (Windows).

shift + delete - delete the entire line.
alt + enter - Create a new line below (wherever the cursor is).
shift + alt + down arrow - Copy the entire line below
shift + alt + up arrow - copy the entire line above

If anyone else has discovered any shortcut keys, please share them in the replies.
Thank you. :smiley:

1 Like

these are the shortcuts of the monaco editor, which is pretty similar to vs code

if you left click in the editor, there is more

2 Likes

Wow! there are so many.
How can I customize them or assign new keys?

These shortcuts resemble the Monaco Editor, akin to VS Code’s functionality. Explore more by left-clicking within the editor for additional options.

2 Likes

Are there any ways that I can change the existing or assign new shortcuts?
In VS Code, shortcuts can be changed or new ones can be assigned.

1 Like

I don’t if it’s possible, but in any case I don’t think it would be worth it, customization wouldn’t be permanent between the various steps

2 Likes

Oh! I have to click every time to use shortcuts (not assigned).
Anyway, thanks for the info. :smiley:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.