Code completion doesn't work starting from PyDev 2.2.2
Brought to you by:
fabioz
Code completion sometimes simply doesn't work starting from 2.2.2. I haven't tried previous 2.2.X version yet so can't speak for them. It may work a few minutes ago but suddenly stops working. No matter how I press Ctrl+Space, no hint box is shown. Of course, if I type a dot after an object, the hint is still there. But if I try calling out hint by pressing Ctrl+Space, it doesn't work. Even java projects' code completion is dead as well. I have to remove pydev and reinstall it. If I'm lucky, the code completion comes back again.
Really strange, never saw that issue... (even more so disabling code-completion globally) Do you have something in your error log? Maybe unrelated, but I've already seen something similar where the problem was in my friends keyboard, so, Ctrl wasn't working properly -- changing the keyboard made it work again :)
Where can I see pydev specific error logs?