You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CQL the Model information is provided by a ModelInfo. The CQL compiler loads these via the ModelManager. You'd check to see if you were a context of accessing a Model, and then populate options from the list
As a CQL author, I want the editor to automatically suggest model classes when I'm authoring a retrieve. For example:
Could potentially auto-suggest known models based on registered model providers too, if no using declarations are available (another story?)
The text was updated successfully, but these errors were encountered: