cqframework / atom_cql_support

Apache License 2.0
4 stars 3 forks source link

Consider addition of capability of running a highlighted segment of CQL within Atom #30

Open DrMuir opened 3 years ago

DrMuir commented 3 years ago

Wouldn't it be great if we could highlight a section of code in Atom to run that segment with right click or F5. This would have to include measure.cql file start up from libraries to context Patient etc for context of libraries, valuesets, etc. Even better would be to have that post 'context Patient' break point relocatable to further in the cql so as to include required populations of definitions and then skip to the highlighted segment then stop. Recognized that any content of highlighted selection of code would require presence before context Patient statement or contained within highlighted segment.
Rationale: This would be helpful in cql measure development by permitting testing of an operation, definition or function. Bryn is aware. Thank you. PMuir