Releases: AVSystem/intellij-hocon
Releases · AVSystem/intellij-hocon
v2025.1.0
v2024.2.0
v2023.1.0
v2019.3.5
v2019.3.3
- '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
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