Action | Shortcut |
---|---|
Undo | Ctrl+Z |
Redo | Ctrl+Y |
Copy | Ctrl+C |
Cut | Ctrl+X |
Paste | Ctrl+V |
Find | Ctrl+F |
Indent four spaces | Tab |
Show list of available variables | $ |
Code Completion, that is, show a list of available insertions. The insertions might be name spaces, functions, fields, or common code fragments. | Ctrl+Space |