Skip to content

Releases: AVSystem/intellij-hocon

v2023.1.0

30 Mar 08:04
Compare
Choose a tag to compare
fixed deprecated method usage

v2019.3.5

28 Nov 11:31
Compare
Choose a tag to compare
fixed compatibility with non-java IDEs

v2019.3.3

22 Oct 10:53
Compare
Choose a tag to compare
  • 'Find Usages' includes occurrences of HOCON paths in string literals
  • fixed 'Find Usages' on Java/Scala classes to search in HOCON values
  • include resolution works for relative file(...) includes - module root is assumed as working dir
  • fixed include resolution for files outside classpath (sources and libraries)
  • fixed 'Go to Prev/Next` actions in readonly files

v2019.3.2

08 Oct 14:50
Compare
Choose a tag to compare

Bulk feature update implementing semantics-related features of HOCON:

  • substitution resolution, navigation through substitutions with 'Go To Declaration' action
  • detection of HOCON path references in string literals of other languages (paths are resolved in application.conf files)
  • go to prev/next HOCON definition (new actions which reuse keyboard shortcuts of 'Super Method' & 'Implementation(s)' actions)
  • 'Quick Documentation' action for displaying documentation of HOCON entries
  • 'Find Usages' action for searching usages of HOCON paths
  • autocompletion of HOCON keys in objects and substitutions with value and type hints and documentation

v2019.3.1

30 Sep 15:48
Compare
Choose a tag to compare

This is the first release that supports IDEA 2019.3

v2019.1.1

21 Feb 22:43
Compare
Choose a tag to compare

Added support for required(...) HOCON includes #6