When creating SOQL query in Apex for List<Account> make syntax suggestion more intelligent by suggesting fields from object. #5416
PawelWozniak
started this conversation in
Ideas
Replies: 1 comment
-
|
It is still valid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 understandMap<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.
Beta Was this translation helpful? Give feedback.
All reactions