You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: