attaching method parameters to properties files
Hi,
I'm not sure how scala-specific this is, but here goes. I have this method:
def findMessage(msg: String): String
It looks up msg in a properties file. I have been searching for, but can't find some way to tell intellij to validate string literals for msg against my properties file. I've looked through language injection but can't find a suitable language.
Any ideas?
Thanks,
Matthew
Please sign in to leave a comment.
It does property plugin, not IntelliLang. But this plugin doesn't work with scala now. But this is definitely will be added.
Best regards,
Alexander Podkhalyuzin.
Thanks. I look forward to seeing this land. Will there be an issue ID for this that I can watch? I wouldn't know which (sub-)project to add it to.
Matthew
I added an issue: http://youtrack.jetbrains.net/issue/SCL-2698?projectKey=SCL
Best regards,
Alexander Podkhlayuzin.