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

这一生的挚爱 提交于 2019-12-12 20:43:13

问题


I installed spyder3 through miniconda3 on my win10 PC. Autocompletion works perfectly in the Ipython console pane but not in the editor pane. In the editor pane it only list partial completion options when I use TAB or Ctrl+Space

This is my Editor preferences settings which is almost default.

Should Editor pane's auto completion ability be 'weaker' than that of Ipython pane in Spyder3?


回答1:


(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).



来源:https://stackoverflow.com/questions/39978245/spyder-autocomplete-not-working

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