简体   繁体   English

我无法在 Eclipse 中输入花括号

[英]I can't type curly braces in Eclipse

I have been working with Java in an Eclipse IDE.我一直在 Eclipse IDE 中使用 Java。 I can type every single character just fine except for the '{' character.除了“{”字符外,我可以输入每个字符都很好。 I need to resort to Ctrl+c and Ctrl+v every single time when I want to create a new block of {}.当我想创建一个新的 {} 块时,我每次都需要使用 Ctrl+c 和 Ctrl+v。

In the Window>Preferences>Editor>Typing Braces are on, and they autocorrect just fine after I manage to copy a {.在“窗口”>“首选项”>“编辑器”>“打字括号”中,它们在我设法复制 {.

Outside eclipse, in a text editor, or even in this question, I can type { by hitting Atl Gr + B, so I am thinking the problem is inside Eclipse.在 eclipse 之外,在文本编辑器中,甚至在这个问题中,我可以通过点击 Atl Gr + B 来输入 {,所以我认为问题出在 Eclipse 内部。

Any help would be really appreciated, this error is getting quite annoying.任何帮助将不胜感激,这个错误变得非常烦人。

The problem is with the skip breakpoints option.问题在于跳过断点选项。 After unbinding the Alt+B key command, try to unbind the Ctr+Alt+B (skip brakepoints).解绑 Alt+B 键命令后,尝试解绑 Ctr+Alt+B(跳过刹车点)。

This solved my problem.这解决了我的问题。 If you try to type the "{" you can see the skip breakpoint option flashing.如果您尝试键入“{”,您可以看到跳过断点选项闪烁。

转到 Windows-> 在搜索字段“绑定”中键入首选项,单击键,查找 Alt+B,单击它,然后单击取消绑定命令。

解决方案:窗口 → 透视图 → 自定义透视图 → 调试 - → 指向跳过所有断点 → 键绑定并将其从Ctrl + Alt + B更改为Ctrl + Alt + M

Because people work differently and on different things, Eclipse makes it easy to change shortcuts and also to view shortcuts for the commands you use a lot.因为人们的工作方式不同,处理的事情也不同,Eclipse 使更改快捷方式和查看您经常使用的命令的快捷方式变得容易。

In your case: Window->Preferences->Keys -> ctrl+alt+b Unbind Command should do the trick.在您的情况下: Window->Preferences->Keys -> ctrl+alt+b Unbind Command 应该可以解决问题。 It also the same in Spring Tool Suite 4(It is an Eclipse-based development environment.)在 Spring Tool Suite 4 中也是一样的(它是一个基于 Eclipse 的开发环境。)

There is a usefull article about eclipse commands: How do you manage keyboard shortcuts有一篇关于 eclipse 命令的有用文章: How do you manage keyboard shortcuts

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM