Skip to content

When creating SOQL query in Apex for List<Account> make syntax suggestion more intelligent by suggesting fields from object. #5394

@PawelWozniak

Description

@PawelWozniak

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.
2024-02-02_15h03_43

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions