0

EditorI am using Eclipse Version: 2022-06, with Jdk 1.8 (instead of default jre, which was also not working for showing java doc suggestions) I have tried all the Windows--> Preferences --> Java --> Content Assist but its not working. Please check the following Images and help.

Eclipse Editor

Eclipse Settings

Eclipse Content Assist Advanced Settings

Maha Saad
  • 115
  • 10
  • Why do you have _Enable non-blocking completion_ disabled (does a plugin you have installed not allow it)? Which Eclipse version? Which additional plugins do you have installed? Is there anything related in the error log? – howlger Dec 08 '22 at 11:29

1 Answers1

0

If you're facing this issue only when trying to use autocomplete for
System.out.println()
Try 'sysout' instead and then press ctrl+space.

RyuFeng
  • 15
  • 2