Releases: monogon-dev/intellij-cue
Releases · monogon-dev/intellij-cue
v0.10.0
v0.9.0
What's Changed
- Structure View by @borissmidt in #63
New Contributors
- @borissmidt made their first contribution in #63
Full Changelog: v0.8.8...v0.9.0
v0.8.8
v0.8.7
v0.8.5
v0.8.4
Version 0.8.3
Version 0.8.2
- Support 2021.2 major version
Version 0.8.1
Added
- Automatically indent inside of
{}
,[]
, and()
. - Code style settings to configure the behaviour of TAB handling.
- Default to TAB indents (two characters wide).
Fixed
- Fix indent handling when pressing enter between
[]
.
Version 0.8.0
Added
- Support formatting with
cue fmt
. Only the reformatting of a complete file is supported. - Application settings to configure a custom path to the
cue
binary. By default, the binary is searched in$PATH
. - Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment editor.