Java IDE:Eclipse 和 NetBeans 的烦恼:有任何可能的修复或替代方案吗?
我喜欢 Eclipse IDE,但它有一个烦人的 bug,太令人沮丧了,我将输入一行文本,在回车或滚动后,IDE 会错误地绘制该行或与自身重叠,从而使我无法我可以破译它,而无需向上滚动以擦除该行并让它自行刷新。
NetBeans 和 Eclipse 都存在一个问题,即上下文帮助仅出现在“.”之后。在我打字时在标识符之后输入。输入任何不正确的字母或键入符号或空格后,上下文帮助将消失并且不会返回,直到我完全擦除回到该点并重新键入为止。
有什么办法可以解决这些问题吗?他们让我很烦人。如果没有的话,有没有更好的IDE可用?
编辑:Eclipse 版本是 Europa;升级到 Helios 版本解决了一切
I like the Eclipse IDE, but it has an annoying bug that makes it too frustrating, where I will be typing a line of text, and after the carriage return or scrolling, the IDE draws the line incorrectly or overlaps itself, making it impossible for me to decipher it without scrolling back up to erase the line and let it refresh itself.
Both NetBeans and Eclipse have a problem where the context help will only appear after a '.' is entered after an identifier while I'm typing. After any incorrect letters have been entered or a symbol or space is typed, the context help will disappear and not return until I erase all the way back to the point and retype it.
Is there any way to fix these problems? They are very annoying to me. If not, are there any better IDEs available?
EDIT: Eclipse release was Europa; upgrading to Helios release solved everything
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为你应该尝试 IntelliJ IDEA 10。
I think you should try IntelliJ IDEA 10.
从来没有遇到过画线的问题。
在 Eclipse 中,可以随时通过按
ctrl+space
来恢复自动完成/上下文菜单Never had the line drawing issue.
In Eclipse, the auto-complete / context menu can always be brought back up, at any time, by hitting
ctrl+space
在 Eclipse 中查看
Windows
->首选项
->Java
->编辑器
->内容辅助
其中有一些
自动激活
选项可供您调整,是的...将键盘上的每个字符放入自动激活触发器中Java
选项几乎可以完成 VS 所做的事情。感谢您提出这个问题,因为它引导我尝试这个! :D
In eclipse check out
Windows
->Preferences
->Java
->Editor
->Content Assist
In there are some options for
Auto-Activation
that you can tweak, and yes... putting every character on your keyboard into theAuto activation triggers for Java
option will do pretty much what VS does.Thanks for asking this question cause it lead me to try this! :D