As a CQL author, I want the editor to automatically suggest model classes when I'm authoring a retrieve. For example:
define RetrieveFoo: [ // auto-suggest model types here based on currently accessible using declarations
Could potentially auto-suggest known models based on registered model providers too, if no using declarations are available (another story?)
As a CQL author, I want the editor to automatically suggest model classes when I'm authoring a retrieve. For example:
define RetrieveFoo: [ // auto-suggest model types here based on currently accessible using declarationsCould potentially auto-suggest known models based on registered model providers too, if no using declarations are available (another story?)