Short Keys in AL Environment:
Overview of shortcuts key in visual studio code (AL Environment D365 BC).
Keyboard Shortcut | Action Description |
---|---|
Ctrl+Shift+P | Show All Commands |
Alt+F6 | Download source code |
Alt+A Alt+L | AL Go! |
Ctrl+Shift+B | Package |
F5 | Publish & For Debugging (if debug is active) |
Ctrl+F5 | Build and publish without debugging |
F6 | Publish and open Designer |
Ctrl+F2 | Update the compiler used by the service tier |
Ctrl+Space | Look up suggestions for the current object |
Ctrl+X | Cut |
Ctrl+C | Copy |
Ctrl+V | Paste |
F12 | Go to definition |
Alt+F12 | Peek definition |
Shift+F12 | Show references |
Ctrl+Shift+Space | Look up parameter hints |
Ctrl+K Ctrl+C | Add line comment |
Ctrl+K Ctrl+U | Remove line comment |
Ctrl+Shift+P | Show all commands |
F2 | Rename |
Shift+Alt+E | Look up events and insert event subscriber in code for a selected event |
F9 | Toggle points |