-
Notifications
You must be signed in to change notification settings - Fork 14
Common Issues
Scott Kurz edited this page Jun 7, 2023
·
8 revisions
| Problem | Workaround |
|---|---|
Snippet doesn't appear when doing <Ctrl>+<Space>
|
For Maven projects, update dependency in pom.xml and do Maven->Update Project |
Keyboard bindings (e.g. <Alt>+<Shift>+L,Q for 'Stop' aren't working) |
Problem may be that you're issuing when the Terminal view has the focus, and keystrokes are captured by the Terminal session and not the IDE listeners. Click out side of Terminal and try again. |