增加spyder模块代码提示功能和spyder 代码自动补齐设置方式

增加spyder模块代码提示功能

找到/home/pc314/anaconda3/envs/tensorflow/lib/python3.5/site-packages/spyder/utils/introspection

打开module_completion.py拉到最后,然后看到mods,输入想要提示的模块。

spyder 代码自动补齐设置方式

toors->preferences->IPython console->advanced Settings 选中Use the greedy completer,还有就是Autocall换位Full。

小提示

每一个function都会有Arguments(),这里面可以按shift+Tab,当然也可以选择Go to definition。

参考

http://blog.csdn.net/slibra_L/article/details/78779717

http://blog.csdn.net/baixue6269/article/details/60132470



你可能感兴趣的:(tensorflow)