Home > Net >  How to Show Module List in VS Code?
How to Show Module List in VS Code?

Time:05-06

So I just started coding with vs code, and curious about how to keep showing this module list. Because it's going to help me so much to define what I must be supposed to code after the module before.

How to show this list?

screenshot of list

CodePudding user response:

That is called intelliSense and you have to download it to enjoy it :)

CodePudding user response:

also there are some AI powered auto complete tools :

  1. TabNine
  2. GitHub Copilot
  3. Kite
  • Related