简体   繁体   中英

Java IDE: Eclipse and NetBeans annoyances : any possible fixes or alternatives?

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

我想你应该试试IntelliJ IDEA 10。

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

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 the Auto 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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