BeforeCommit, AfterUpdate -hooks
Is it currently possible to hook some script running (like tests or synchronization-scripts) to events like before VCS commit or after VCS update
Maybe a custom file watcher could do this, or is it maybe outside the IDEAs area of responsibility?
Please sign in to leave a comment.
Hi Jan,
Unfortunately, currently there is no UI feature and no API to do it. However, some hooks may be implemented using native VCS features. Which VCS do you use or want to support?