Since we have a new and powerful Script Editor in version 5.18, I thought I should point you to some useful shortcuts in the editor.
Most of them correspond to the shortcuts in Visual Studio. Here are the most interessting:
Code Snippets:
- insert code snippet: CTRL + K, X
Bookmarks:
- toggle bookmark: CTRL + K, K
- goto next bookmark: CTRL + K, N
- goto previous bookmark: CTRL + K, P
Comment Selection:
- comment line or selection: CTRL + K, C
- uncomment line or selection: CTRL + K, U
Cut line:
- remove complete line: SHIFT + DEL
Quick info:
- display info: CTRL + K, I
List members:
- list class members: CTRL + K, L
You can download a complete list here!