Introduce new "Reformat all files" command to run Spotless on all files in a project rather than just the current one.
This may unbind current keyboard shortcuts, hence the major version bump.
Logic for reformatting the current file remains unchanged.
- Bump latest version of IntelliJ supported
- Add Gradle version parsing to determine if we should append
--no-configuration-cache
option to thespotlessApply
command.
- Updated version range lower bound to 211
- Update README for a more helpful plugin description
- Initial scaffold created from IntelliJ Platform Plugin Template
- Implemented initial version of spotlessApply action which executes the gradle task in the background asynchronously
- Users can now execute spotlessApply for their current file by selecting Code > Reformat Code with Spotless