VSCode Intellisense not Working for pygame
问题 While coding in pygame, I realised that VSCode was not showing up itellisense for quite some pygame modules, and instead showed those modules as variables. After some digging, I found out that if you do import pygame.display as display , the intellisense show up just fine. Is there anyway I can use intelliense without importing these modules like this? 回答1: 'Autocomplete and IntelliSense' was provided by Python Server. In vscode, basically you can choose 'Jedi' or 'Microsoft', and they are