Releases: lets-cli/intellij-lets
Releases · lets-cli/intellij-lets
v0.0.18
Added
- Add reference for commands in
ref
- Add completion for commands in
ref
- Add completion for env variables in
cmd
scripts from global and commandenv
Internal
- Refactor completions in a way to use LetsPsiUtils
- Drop
Config
, refactor into `ConfigParser - Drop
LetsCompletionHelper
- Introduce
YamlContextType
enum instead of boolean functions for determining context type (position type)
v0.0.17
Added
- inject
Shell Script
language incmd
scripts - resolve commands in
depends
including mixins - complete Lets builtin env variables inside
cmd
scripts - complete
LETSOPT_
andLETSCLI_
env variables insidecmd
scripts ifoptions
docopt is present
Updated
- make go to definition work for gitignore
mixins
files (with '-' (dash) at the beginning) - support global
init
in config parser and completion - support
sh
andchecksum
modes inenv
in config parser - support
ref
andargs
in command keyword completion - support
mixins
(both local and remote) in config parser - drop
eval_env
Chore
- add tests for reference contributor
v0.0.16
Updated
- make go to definition work for
mixins
files inside directories
v0.0.15
Updated
- disable
pluginUntilBuild
inbuild.gradle.kts
to support all future versions of IDEs
v0.0.14
Added
- add reference contributor for
mixins
files
Updated
- actually make plugin support all future versions of IDEs
v0.0.13
Updated
- make plugin support all future versions of IDEs (remove max version restriction)
- support 2024 IDE version
- drop support for 2023.*
v0.0.12
- support 222 IDE version
- drop support for 2021.1
v0.0.11
- support 221 IDE version
v0.0.9
- support 213 IDE version
v0.0.8
Updated
- support 212 IDE version