- Select a resource bundle in the Project tool window.
- Choose Jump to Source on the context menu of the node or press F4F4.
Once you create several .properties files with the same name, differing by locale suffix, IntelliJ IDEA automatically recognizes them and group in the Project view into a Resource Bundle.

You can create and delete property keys in each .properties file individually. For changing values, use the resource bundle editor that enables you to edit an entire set of property files at a time. IntelliJ IDEA takes care of creating respective records in each file. The properties missing values, or omitted in one of the .properties files are red-highlighted.
