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
cmdscripts from global and commandenv
Internal
- Refactor completions in a way to use LetsPsiUtils
- Drop
Config, refactor into `ConfigParser - Drop
LetsCompletionHelper - Introduce
YamlContextTypeenum instead of boolean functions for determining context type (position type)
v0.0.17
Added
- inject
Shell Scriptlanguage incmdscripts - resolve commands in
dependsincluding mixins - complete Lets builtin env variables inside
cmdscripts - complete
LETSOPT_andLETSCLI_env variables insidecmdscripts ifoptionsdocopt is present
Updated
- make go to definition work for gitignore
mixinsfiles (with '-' (dash) at the beginning) - support global
initin config parser and completion - support
shandchecksummodes inenvin config parser - support
refandargsin 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
mixinsfiles inside directories
v0.0.15
Updated
- disable
pluginUntilBuildinbuild.gradle.ktsto support all future versions of IDEs
v0.0.14
Added
- add reference contributor for
mixinsfiles
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