Using Studio keyboard shortcuts

Guidewire Studio provides a number of keyboard commands that provide important code completion, navigation, and editing capabilities. For a full list of keyboard shortcuts, see the IntelliJ IDEA documentation at the following link:

https://www.jetbrains.com/idea/help/keyboard-shortcuts-by-category.html

The following are some of the more useful keyboard shortcuts:

Keystroke

Name

Description

Ctrl+Space

Code completion

Helps you complete the names of classes, methods, fields, and keywords.

Ctrl+/

Ctrl+Shift+/

Comment/uncomment

Comment or uncomment a line or block of code.

Alt+Enter

Intention actions

Offers suggestions to correct the error nearest the caret.

Ctrl+N

Ctrl+Shift+N

Find class or file by name

Finds and opens the class or file in its editor.

Ctrl+Q

Context help

Shows documentation for the symbol at the caret.

Ctrl+Shift+G

Show type information

Shows the type of the symbol at the caret.