Releases: cue-lang/intellij-cue
Releases · cue-lang/intellij-cue
v0.11.0
What's Changed
- Support 2024.2 and later by @jansorg in #71
- Update plugin logo and file type icon with the official SVG by @jansorg in #69
- Update links to new repository and copyright notice by @jansorg in #75
- Update the vendor of the plugin to CUE Labs by @jansorg in #78
Full Changelog: v0.10.0...v0.11.0
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
[]
.