Hi,
I'm using a properties file to define a bunch of key=value pairs. All keys are used; either in the same file, or in another file in the form of ${key}.
How can I tell IntelliJ to treat ${key} as an usage of 'key' and stop showing the 'Unused property' warning?
I'm using IDEA 13.0 Community edition.
Thanks,
Arvind