Incorrect autocompletion in Pycharm python console
type(alldata[0])
Out[12]: numpy.ndarrayalldata[0]. # autocompletion shows up (e.g., "alldata[0].all" )
Then, select the first one., getalldata[0].alldata[0].all # which should be "alldata[0].all"
1 条评论
排序方式
日期
投票数
Please vote for http://youtrack.jetbrains.com/issue/PY-10664 to get it implemented and receive updates on this issue (it is partially fixed in PyCharm 3.0 EAP : http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29).
请先登录再写评论。