Autocomplete not working for SOQL when querying on Group

Issue #2047 resolved
Nagendra Singh created an issue

When SOQL involves query with Group autocomplete after “Group“ does not work.

Added gif of the issue.

Query:

SELECT Id FROM Group`

After this I am not able to put a where clause or a GROUP BY keyword.

Comments (6)

  1. Scott Wells repo owner

    Hi. Can you please provide an example of the specific query that you're writing and the point at which code completion no longer offers the correct/expected suggestions? Also please state the expected result and the actual result.

  2. Log in to comment