背景
在spyder中设置代码提示 方便python代码书写
方法
在spyder的菜单栏中选择 Tools -> Preferences -> IPython console -> Advanced Settings
勾选 [Use the greedy completer]
并将Autocall 设置为Full
点击Apply应用设置
设置完成后的效果:
若没有自动弹出 可以使用tab键
在spyder中设置代码提示 方便python代码书写
在spyder的菜单栏中选择 Tools -> Preferences -> IPython console -> Advanced Settings
勾选 [Use the greedy completer]
并将Autocall 设置为Full
点击Apply应用设置
设置完成后的效果:
若没有自动弹出 可以使用tab键