Releases: Path-Check/intellij-cql
Releases · Path-Check/intellij-cql
v0.1.5
v0.1.4
Java17 and updates to buildUntil parameter in the IntelliJStore
v0.1.3
Upgrading CQL+Evaluator to 2.7 and 2.6 respectively
Enabling all IDEA versions
v0.1.2
Upgrading version compatibility to account for new IDEA versions.
v0.1.1
Enhanced Model-based code completion
v0.1.0
Semantic code completion
v0.0.6
- Contextual Find Usages of a function or variable
- Refactoring: renames now rename all the referenced entities.
v0.0.5
- Adding tooltip for errors.
- Bugfix for TextRanges: End char is inclusive.
- Bugfix for FindUsages: must return a leaf element.
- Bugfix for Commenters: prefixes and suffixes can't have spaces.
- Bugfix for lexer exceptions (define " EOF)
- Bugfix for empty folding groups.
v0.0.4
- Added folding support
- Filename check. It should use the format -.cql
- Reference Finder when clicking in the Identifier.
v0.0.3
Added
- Adds a Code Completion for keywords in the language
- Bugfix: Only shows errors in the current file.
- Imports -.cql files in the same directory
- Adds warnings and messages from the CQL compiler as Annotations