Is your feature request related to a problem? Please describe.
I want to write a query in Apex but must still open SF setup Object Manger to see API field names as field names are not suggested.

Use this code for testing List<Account> accWithEmptyPhone = [SELECT Id, ]
Describe the solution you'd like
I would like to VSCode (with the help of a plugin) to be such intelligent that know object from List<Account> and suggest field API names when I press crtl + space. Also, be even more intelligent and understand Map<Id, Account> too.
Describe alternatives you've considered
An alternative is to open SF setup Object Manger -> Fields & Relationships and copy api names from there but it is time consuming.