'Un'-externalize strings from Eclipse or Intellij
问题 I have a bunch of strings in a properties file which i want to 'un-externalize', ie inline into my code. I see that both Eclipse and Intellij have great support to 'externalize' strings from within code, however do any of them support inlining strings from a properties file back into code? For example if I have code like - My.java System.out.println(myResourceBundle.getString("key")); My.properties key=a whole bunch of text I want my java code to be replaced as - My.java System.out.println("a