• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

code completion plugin for eclipse (JAVA)

agibby5

Senior member
is there a such thing as a code completion plugin for java's ide "eclipse"?

for example,

when the following code is in place:

String s = "Hello";

i want all the available String methods to popup when i type

s.
 
The couple times I tried it didn't work but after a couple times it did. The times that it doesn?t in the future I will try the Ctrl+Space command. Sorry for the unnecessary post. I even tried searching but didn?t find anything. Maybe because it already exists. Haha.

Thanks!
 
Your friends:

crtl-1
ctrl-2
ctrl-space

altshift+j

Those are the major functiosn I use. Autocomplete rocks. Even if you type "for" in it will autocomplete the for loop for you!
 
I am new to Eclipse and was previously using jGrasp for something quick and dirty.

I want to get more familiar with something better than that and Eclipse looks very promising with a seemingly large array of plugins available.

Thanks again for all of your suggestions. I appreciate the help!
 
Back
Top