Spyder导入的第三方库没有代码提示怎么办啊

Spyder导入的第三方库没有代码提示,没有代码提示太痛苦了
import sys
import pygame
pygame.init()
screen = pygame.display.
就在这个位置没有关于display的代码提示,但是网上沾的可以用

img

在spyder的菜单栏中选择 Tools -> Preferences -> IPython console -> Advanced Settings
勾选 [Use the greedy completer]
并将Autocall 设置为Full
点击Apply应用设置