Skip to content

Releases: lets-cli/intellij-lets

v0.0.18

08 Mar 23:36
6bfb65b
Compare
Choose a tag to compare

Added

  • Add reference for commands in ref
  • Add completion for commands in ref
  • Add completion for env variables in cmd scripts from global and command env

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

08 Mar 16:23
Compare
Choose a tag to compare

Added

  • inject Shell Script language in cmd scripts
  • resolve commands in depends including mixins
  • complete Lets builtin env variables inside cmd scripts
  • complete LETSOPT_ and LETSCLI_ env variables inside cmd scripts if options 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 and checksum modes in env in config parser
  • support ref and args 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

07 Mar 09:13
66251ad
Compare
Choose a tag to compare

Updated

  • make go to definition work for mixins files inside directories

v0.0.15

06 Mar 21:24
7c3093e
Compare
Choose a tag to compare

Updated

  • disable pluginUntilBuild in build.gradle.kts to support all future versions of IDEs

v0.0.14

06 Mar 20:53
e93938f
Compare
Choose a tag to compare

Added

  • add reference contributor for mixins files

Updated

  • actually make plugin support all future versions of IDEs

v0.0.13

06 Mar 19:03
4c209e2
Compare
Choose a tag to compare

Updated

  • make plugin support all future versions of IDEs (remove max version restriction)
  • support 2024 IDE version
  • drop support for 2023.*

v0.0.12

31 Jul 17:14
0ec8b24
Compare
Choose a tag to compare
  • support 222 IDE version
  • drop support for 2021.1

v0.0.11

14 Apr 11:09
6722dd6
Compare
Choose a tag to compare
  • support 221 IDE version

v0.0.9

21 Dec 20:56
0650e64
Compare
Choose a tag to compare
  • support 213 IDE version

v0.0.8

16 Aug 11:53
84dfedc
Compare
Choose a tag to compare

Updated

  • support 212 IDE version