Sign In Register

How can we help you today?

Start a new topic
Answered

Cloud code editor hotkeys?

Is there a list of hotkeys for the cloud code editor somewhere?


I accidentally found out that (on Mac) command-S saves and command-F searches, and I assume there might be other ones.


Best Answer

Hi Jason,


So in addition to ctrl+ s to save and ctrl + F to find there is also ctrl + d to delete, ctrl + a to select all, ctrl + l to jump to a specific line and ctrl + / to comment/uncomment a line. Hope this helps.


Thanks,

Liam


Hi Jason,


I'll look into this and see if there are more of these for you.


Thanks,

Liam

Answer

Hi Jason,


So in addition to ctrl+ s to save and ctrl + F to find there is also ctrl + d to delete, ctrl + a to select all, ctrl + l to jump to a specific line and ctrl + / to comment/uncomment a line. Hope this helps.


Thanks,

Liam

Thank you, Liam! That's super helpful.

when you select a block of code you can use tab and shift + tab to change tab level of those lines.


where should be more hotkeys like ctrl + functionName to goto the function code.

Login to post a comment