intellij-hocon icon indicating copy to clipboard operation
intellij-hocon copied to clipboard

Feature to detect HOCON path references in string literals from any of the .conf files

Open kv-naveen opened this issue 11 months ago • 1 comments

Detection of HOCON path references in string literals is currently working only if the conf file name is "application.conf" and if it is in reources folder of a maven project . Can you please enhace this to support any conf file and with an option to configure the folders to look into for the .conf file.

kv-naveen avatar Feb 29 '24 03:02 kv-naveen

As a workaround for this, you can create a dummy application.conf file in your resources folder (or equivalent) and add includes to files that you want to be considered for path reference detection/completion.

ghik avatar Mar 04 '24 11:03 ghik