Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion for model properties #33

Open
JPercival opened this issue Feb 15, 2022 · 2 comments
Open

Autocompletion for model properties #33

JPercival opened this issue Feb 15, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@JPercival
Copy link
Contributor

As a CQL author, when writing CQL that references some Model, I want the editor to suggest a list of properties. For example,

     [Observation] O where O.   //suggest properties of Observation here
@JPercival JPercival added the enhancement New feature or request label Jun 22, 2022
@JPercival
Copy link
Contributor Author

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's properties, then auto-populate a list based on the ModelInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant