Open
Description
The goal would be to offer the ability to user to run PHP Semantic Versioning Checker for git
within PHPStorm and see the impact of their changes.
A view similar to the inspection view (or maybe reuse directly the inspection system) could be used to identify MAJOR/MINOR/PATCH changes and would allow the user to directly jump to them. This is already partially possible using the console output which creates links to the file and its associated line.