This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes eclipse - Auto-Proposal/suggestion Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "eclipse - Auto-Proposal/suggestion Question " Watch "eclipse - Auto-Proposal/suggestion Question " New topic
Author

eclipse - Auto-Proposal/suggestion Question

Ben David
Ranch Hand

Joined: Oct 01, 2010
Posts: 67
I learned my first bit of Java using netbeans. But I want to learn android, so I am switching to eclipse. (I want to use the 'officially' supported IDE)

Netbeans has a setting “Auto Popup on Typing Any Java Identifier Part”

This makes it so that the suggestion popup will not just come up automatically after typing ”.”—but will come up automatically almost anytime you are typing. This is handy, as you can just start typing variable names, or anything at all really and it automatically pops up.

I know in eclipse I can press ctrl+space at anytime to bring it up, but would like a way to make it mirror that functionality in netbeans.

Anybody know of a way to do this?
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8439

Eclipse->Preferences->Java->Editor->Content Assist->Auto Activation
You can try toying around with the delay and trigger values


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Ben David
Ranch Hand

Joined: Oct 01, 2010
Posts: 67
Maneesh Godbole wrote:Eclipse->Preferences->Java->Editor->Content Assist->Auto Activation
You can try toying around with the delay and trigger values


lol -- I have totally been there in settings a million times looking for a way to enable it. But you got me thinking and I tried putting [a-zA-Z] in the box with the "." and it works great!



 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: eclipse - Auto-Proposal/suggestion Question
 
Similar Threads
Bean Creator
Eclipse Ganymede - keeps autoselecting function name as I type!
Mass Loading of Java Programs into NetBeans
Difference in the behaviour of JSP and Servlet
Curve Fitting and Netbeans