C/AL Editor Keyboard Shortcuts
The following table describes the keyboard shortcuts that are available from the C/AL Editor window.
Keystroke | Action |
---|---|
Ctrl+G |
Open the C/AL Globals window to view and declare the global variables, text constants, and functions in the object. |
Ctrl+L |
Open C/AL Locals window to view and declare local variables and text constants for the current function or trigger. |
Ctrl+Z |
Undo the last action. |
Ctrl+Y |
Redo the last action. |
Ctrl+J |
List all members (as IntelliSense) for the local scope. |
Ctrl+Space |
List the members (as IntelliSense) for global scope. |
Ctrl+W |
Select the word. |
Ctrl+U |
Make the selected code lowercase. |
Ctrl+Shift+U |
Make the selected code uppercase. |
Ctrl+Shift+N |
Expand all collapsed code. |
Ctrl+K+I |
Display information about C/AL symbol (such as variable, functions, and parameter) in which the cursor is positioned. This displays the same text as when you point to the element. |
See Also
Reference
C/AL Editor
C/AL Globals
C/AL Locals