monogon-dev / intellij-cue

IntelliJ support for the CUE language.
Apache License 2.0
37 stars 3 forks source link

Implement automatic insertion of closing quotes #29

Closed jansorg closed 3 years ago

jansorg commented 3 years ago

Closes https://github.com/nexantic/intellij-cue/issues/30

Adds support for automatic insertion of closing quotes for singleline and multiline string literals. It also improves parsing of unclosed string literals and adds a more readable error message to parsing errors of string literals.