web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

C/AL Editor Keyboard Shortcuts

Mohana Yadav Profile Picture Mohana Yadav 61,005 Super User 2025 Season 2

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.





This was originally posted here.

Comments

*This post is locked for comments