Eclipse pydev auto-suggestions don't work in some cases

前端 未结 3 1808
长发绾君心
长发绾君心 2021-01-12 14:49

My question is probably stupid and I hope somebody has succeeded in solving this issue.

Sometimes I cannot see right suggestions in auto-completion box (Eclipse 3.5.

3条回答
  •  深忆病人
    2021-01-12 15:18

    I struggled with this question quite a bit too, until I came across this link. I used the second solution suggested in that link, and it works like a charm.

    Basically you need to insert assert isinstance(msg, Message) after you get msg from the function call.

提交回复
热议问题