标签: node.js eclipse
在为eclipse ide安装node.js插件之后,我尝试在node.js中运行一个简单的In [274]: m.add(n, fill_value=0) Out[274]: 0 13.0 1 2.0 2 10.0 3 2.0 dtype: float64 程序。当我输入 console。时,它没有显示任何建议。有没有办法让我的IDE显示建议而不是每次都按hello world?
In [274]: m.add(n, fill_value=0) Out[274]: 0 13.0 1 2.0 2 10.0 3 2.0 dtype: float64
hello world