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

转载链接:https://blog.csdn.net/pursuit_zhangyu/article/details/79622150

实用!!

增加spyder模块代码提示功能

找到C:\Users\yue(自己电脑)\Anaconda3\envs\tensorflow-gpu\Lib\site-packages\spyder\utils\introspection

也就是自己在TensorFlow虚拟环境下安装的Spyder文件

打开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



猜你喜欢

转载自blog.csdn.net/u010327061/article/details/80187382
今日推荐