Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kv-naveen opened this issue Feb 29, 2024 · 1 comment

Comments

@kv-naveen
Copy link

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.

@ghik
Copy link
Collaborator

ghik commented Mar 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants