Use Predictive Code Completion Flashcards
(16 cards)
How is predictive code completion visually displayed in the ABAP source code editor?
As ghost text in grey, appearing automatically during the coding process.
How can you toggle predictive code completion on or off?
By selecting Toggle Automatic Triggering of Predictive Code Completion in the toolbar or via
Window > Preferences > Source Code Editors > Code Completion and adjusting Trigger predictive code completion.
When does the toolbar toggle for predictive code completion appear?
Only when a supported object type is opened and in focus in the source code editor.
What key do you press to accept the entire ghost text?
Press Tab or click the ghost text.
hat are the shortcuts to accept parts of the ghost text?
Ctrl + Down → Accept next line
Ctrl + Right → Accept next word
How do you discard the ghost text?
Press Esc.
How can you manually trigger predictive code completion?
Use Alt + J on Windows or Option + J on Mac, even if predictive code completion is disabled.
Where can you change the manual trigger shortcut for predictive code completion?
In Window > Preferences > Keys, search for Trigger Predictive Code Completion.
What is the key bindings toolbar and how can you disable it?
It shows the shortcuts above ghost text and can be disabled via
Window > Preferences > Source Code Editors > Code Completion by unchecking Show key bindings when ghost text is visible.
What happens if both code completion and predictive code completion are enabled?
Predictive code completion takes precedence, and regular code completion won’t trigger while typing.
Which characters always trigger code completion regardless of predictive settings?
-, ~, ->, =>, \
Where can you check and configure predictive and regular code completion settings?
In Window > Preferences > Source Code Editors > Code Completion.
What accessibility option exists for predictive code completion in Eclipse?
You can enable Show proposals in a dialog box for better screenreader support.
Where do you enable predictive code completion proposals as a dialog?
In Window > Preferences > ABAP Development > Accessibility > Predictive Code Completion.
What is the side effect of enabling the accessibility dialog mode for predictive code completion?
Automatic predictive code completion is disabled, but you can still trigger it manually.
How can you quickly toggle predictive code completion using the search?
Press Ctrl + 3, then type Toggle Automatic Triggering of Predictive Code Completion.