The VEX Visual Studio Code Extension has replaced VEXcode Pro V5, which is now end-of-life.
VEXcode Blocks and VEXcode Text remain actively developed and supported for all VEX platforms.
Users can access the "Command Palette" from inside of VEXcode Pro V5 to access all editor commands and see their keyboard shortcut from directly inside VEXcode Pro V5 - use the F1 key on your keyboard to bring up the "Command Palette".
Command |
Windows Shortcut |
Mac Shortcut |
Add Cursor Above |
Ctrl + Alt + UpArrow |
Option + Command + UpArrow |
Add Cursor Below |
Ctrl + Alt + DownArrow |
Option + Command + DownArrow |
Add Cursors to Line Ends (Multi-Cursor) |
Shift + Alt + I |
Shift + Option + I |
Add Line Comment |
Ctrl + K (then) Ctrl + C |
Command + K (then) Command + C |
Add Selection to Next Find Match |
Ctrl + D |
Command + D |
Change All Occurrences |
Ctrl + F2 |
Command + F2 |
Close Window |
Alt + F4 |
Command + W |
Command Palette |
F1 |
F1 |
Copy |
Ctrl + C |
Command + C |
Copy Line Down |
Shift + Alt + DownArrow |
Shift + Option + DownArrow |
Copy Line Up |
Shift + Alt + UpArrow |
Shift + Option + UpArrow |
Cut |
Ctrl + X |
Command + X |
Delete All Left |
(N/A) |
Command + Backspace |
Delete All Right |
(N/A) |
Option + K |
Delete Whole Line |
Ctrl + Shift + K |
Shift + Command + K |
Editor Font Zoom In (Larger) |
Ctrl + DownArrow |
Command + DownArrow |
Editor Font Zoom Out (Smaller) |
Ctrl + UpArrow |
Command + UpArrow |
Expand Select |
Shift + Alt + RightArrow |
Option + Shift + Command + LeftArrow |
Find |
Ctrl + F |
Command + F |
Find Next |
F3 |
Command + G |
Find Next Selection |
Ctrl + F3 |
Command + F3 |
Find Previous |
Shift + F3 |
Shift + Command + G |
Find Previous Selection |
Ctrl + Shift + F3 |
Shift + Command + F3 |
Find With Selection |
(N/A) |
Command + E |
Fold |
Ctrl + Shift + [ |
Option + Command + [ |
Fold All |
Ctrl + K (then) Ctrl + 0 |
Command + K (then) Command + 0 |
Fold All Block Comments |
Ctrl + K (then) Ctrl + / |
Command + K (then) Command + / |
Fold All Regions |
Ctrl + K (then) Ctrl + 8 |
Command + K (then) Command + 8 |
Fold Level 1 |
Ctrl + K (then) Ctrl + 1 |
Command + K (then) Command + 1 |
Fold Level 2 |
Ctrl + K (then) Ctrl + 2 |
Command + K (then) Command + 2 |
Fold Level 3 |
Ctrl + K (then) Ctrl + 3 |
Command + K (then) Command + 3 |
Fold Level 4 |
Ctrl + K (then) Ctrl + 4 |
Command + K (then) Command + 4 |
Fold Level 5 |
Ctrl + K (then) Ctrl + 5 |
Command + K (then) Command + 5 |
Fold Level 6 |
Ctrl + K (then) Ctrl + 6 |
Command + K (then) Command + 6 |
Fold Level 7 |
Ctrl + K (then) Ctrl + 7 |
Command + K (then) Command + 7 |
Fold Recursively |
Ctrl + K (then) Ctrl + [ |
Command + K (then) Command + [ |
Format Document |
Shift + Alt + F |
Shift + Option + F |
Go to Bracket |
Ctrl + Shift + \ |
Shift + Command + \ |
Go to Definition |
Ctrl + F12 |
Command + F12 |
Go to Line... |
Ctrl + G |
Control + G |
Go to Next Problem in Files |
F8 |
F8 |
Go to Previous Problem in Files |
Shift + F8 |
Shift + F8 |
Go to Symbol... |
Ctrl + Shift + O |
Shift + Command + O |
Indent Line |
Ctrl + ] |
Command + ] |
Insert Line Above |
Ctrl + Shift + Enter |
Shift + Command + Enter |
Join Lines |
(N/A) |
Control + J |
Move Caret Left |
LeftArrow |
LeftArrow |
Move Caret Right |
RightArrow |
RightArrow |
Move Last Selection to Next Find Match |
Ctrl + K (then) Ctrl + D |
Command + K (then) Command + D |
Move Line Down |
Alt + DownArrow |
Option + DownArrow |
Move Line Up |
Alt + UpArrow |
Option + UpArrow |
Open Definition to the Side |
Ctrl + K (then) Ctrl + 12 |
Command + K (then) Command + F12 |
Outdent Line |
Ctrl + [ |
Command + [ |
Paste |
Ctrl + V |
Command + V |
Peek Definition |
Alt + F12 |
Command + F12 |
Quick Fix... |
Ctrl + . (Period) |
Command + . (Period) |
Refactor... |
Ctrl + Shift + R |
Option + Shift + R |
Redo |
Ctrl + Y |
Shift + Command + Z |
Remove Line Comment |
Ctrl + K (then) Ctrl + U |
Command + K (then) Command + U |
Rename Symbol |
F2 |
F2 |
Replace |
Ctrl + H |
Option + Command + F |
Replace with Next Value |
Ctrl + Shift + . (Period) |
Shift + Command + . (Period) |
Replace with Previous Value |
Ctrl + Shift + , (Comma) |
Shift + Command + , (Comma) |
Save |
Save + S |
Command + S |
Select All |
Ctrl + A |
Command + A |
Select All Occurrence of Find Match |
Ctrl + Shift + L |
Shift + Command + L |
Show Editor Context Menu |
Shift + F10 |
Shift + F10 |
Show Hover |
Ctrl + K (then) Ctrl + I |
Command + K (then) Command + I |
Shrink Select |
Shift + Alt + LeftArrow |
Control + Shift + Command + LeftArrow |
Soft Undo |
Ctrl + U |
Command + U |
Toggle Block Comment |
Shift + Alt + A |
Shift + Option + A |
Toggle Line Comment |
Ctrl + / |
Command + / |
Toggle Tab Key Moves Focus |
Ctrl + M |
Option + Shift + M |
Transpose Letters |
(N/A) |
Option + T |
Trigger Parameter Hints |
Ctrl + Shift + Space |
Shift + Command + Space |
Trigger Suggest |
Ctrl + Space |
Control + Space |
Trim Trailing Whitespace |
Ctrl + K (then) Ctrl + X |
Command + K (then) Command + X |
Undo |
Ctrl + Z |
Command + Z |
Unfold |
Ctrl + Shift + ] |
Option + Command + ] |
Unfold All |
Ctrl + K (then) Ctrl + J |
Command + K (then) Command + J |
Unfold All Regions |
Ctrl + K (then) Ctrl + 9 |
Command + K (then) Command + 9 |
Unfold Recursively |
Ctrl + K (then) Ctrl + ] |
Command + K (then) Command + ] |