增加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/78779717http://blog.csdn.net/baixue6269/article/details/60132470
————————————————
版权声明:本文为CSDN博主「pursuit_zhangyu」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/pursuit_zhangyu/article/details/79622150

你可能感兴趣的:(增加spyder里面代码补全和代码提示功能)