Skip to content

Common Issues

Adam Wisniewski edited this page Sep 27, 2023 · 8 revisions

Version 23.0.6

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.
In Start in container, quoted parm values like -DdockerRunOpts="-e POSTGRES_HOSTNAME=172.17.0.2" give Unknown lifecycle phase error Move to plugin configuration like <dockerRunOpts>-e POSTGRES_HOSTNAME=172.17.0.2</dockerRunOpts>

Version 23.0.9

Problem Workaround
Adding comments to pom.xml may result in abnormal text editor behavior This can be resolved by upgrading the Eclipse Wild Web Developer plugin (plugin id: org.eclipse.wildwebdeveloper.xml) to version 1.3.0.202308101707 and the M2E Maven POM File Editor using Wild Web Developer, LemMinX and Maven LS extension plugin (plugin id: org.eclipse.m2e.editor.lemminx) to version 2.0.5.20230815-1219.

Clone this wiki locally