Autocomplete and api field suggestions in strings

Issue #913 resolved
Anja Remic created an issue

Hi,

I have a question, it is possible to implement (or activate if it already exists) autoomplete and api field suggestions when writing queries in strings?

Thank you, Anja

Comments (2)

  1. Scott Wells repo owner

    This was delivered quite a bit back in the form of Apex (and therefore SOQL) language injection. It should kick in automatically for string literals passed to methods that accept a dynamic SOQL query, e.g., Database.query(), and it can be forced using a // language=Apex line comment immediately above the string literal containing a dynamic query.

  2. Log in to comment