Code autocompletion 'partially' works in the editor pane of Spyder3

若如初见. 提交于 2019-12-02 04:55:42

(Spyder maintainer here) It's a true and sad reality, but our Editor can't show the same completions that are available to the IPython console.

I explained in this other StackOverflow answer why that's the case. Basically, it's not our fault, it's just a limitation of the code completion libraries we use in the Editor (Rope and Jedi).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!