The Java editor can assist you when writing Java code or Javadoc comments. When you get to a point in the code where you want to use code assist, press Ctrl+Space to display a scrollable list of available completions for that position in the code.
You can type further to narrow the list. You can also hover over the selected list items to view its Javadoc information, if it is available.
Code Assist