I am using IntelliJ IDEA Ultimate v12 to build an application with Spring MVC. I use the message_en.properties file to localize the text messages of the application.
I can use ⌘-click to switch from Java code to the message file, so the IDE has some idea of the link, but it does not autocomplete for me.
Can anyone suggest what I need to do to make autocomplete work?
spring-mvc intellij-idea
Andrew
source share