Just installed Windsurf in IDEA 2024 and enabled autocomplete. The Chat agent works fine (I'm in China, so probably not a full network block).
But inline suggestions aren't appearing at all. Example: I write a complete getUser endpoint in a Spring Controller (full annotations, params, return type). Then on a new line I start typing getScore — nothing is suggested, no ghost text, no similar method structure.
Tabnine used to do this perfectly (suggesting patterned code based on existing methods), but it stopped working after a recent IDEA update.
Any ideas why Windsurf isn't triggering contextual completions? Missing setting, or is it just less proactive than Tabnine for whole-method suggestions?