我查看了Eclipse中的键盘快捷键列表,但找不到左键缩进源代码的键盘快捷键.当然有一个?
在输入一些 Java 代码时,我点击了点/成员运算符 ( .)(如内部点所示)ObjectName.methodName,并在 Eclipse 的弹出窗口中收到此错误:
The `org.elcipse.jst.ws.jaxws.ui.jaxwsjavacompletioncomputer`
proposal computer from the `org.eclipse.jst.ws.jaxws.ui`
plug-in did not complete normally.
Run Code Online (Sandbox Code Playgroud)
随后立即出现第二个弹出窗口,其中包含以下消息:
"Cannot perform operation: The compilation unit
is not in the build path of a Java project".
Run Code Online (Sandbox Code Playgroud)
这是否意味着某些必需的库没有按需要安装?