Browse all .properties files across your entire project in a single tool window.
- Live search — filter properties by key name or value as you type
- Duplicates detection — find properties defined in multiple files with the same key
- Sortable columns — click File, Name, or Value headers to sort; sorting by Name or Value shows the file path on every row
- Quick navigation — double-click any property to open its file in the editor
- Download the latest release from the releases page or build from source
- In IntelliJ, go to Settings > Plugins > Install Plugin from Disk
- Select the
.zipfile and restart
Open the Properties! tool window from the right sidebar. All .properties files in your project are scanned and displayed in a table.
- Refresh — click to rescan the project
- Duplicates only — check to show only keys that appear in more than one file
- Search — type to filter by key name or value (case-insensitive)
- Sort — click any column header to sort; click again to reverse
./gradlew buildThe plugin zip will be in build/distributions/.
- IntelliJ IDEA 2022.3+ (and all JetBrains IDEs: Android Studio, WebStorm, PyCharm, etc.)
- Java 17+
This project is licensed under the MIT License.