
Other Action keyboard shortcuts
Type | Mac Shortcut | Windows/Linux Shortcut |
---|---|---|
context menu | CTRL + CMD + A | CTRL + ALT + A |
2 Code Assists
- Insert console.log for variable
Insert a 'console.log' statement for a selected variable when possible.
- Insert else statement
Add an else statement to an existing if statement