No completions available, strange Eclipse behavior
I think I tried every suggested solution, but this Eclipse auto-complete problem is quite particular: I launch Eclipse, content assist works fine; I want to create a LineBorder in my Swing project; I type LineBorder panelBorder = new Li and hit Ctrl+Space; No popup appears and in the status bar it writes in red "No completion available"; I try Ctrl+Space on the elements where content assist worked fine 2 secs earlier, it doesn't work anymore. I try the same thing on other project, on the same project after closing and reopening it, after cleaning it and content assist works just fine before I