Adding options in the "Show Commit Options"

已回答

How can I add a separator and my own options in the "Show Commit Options"?

 

0

Entries to “Commit Checks” group can be added via com.intellij.openapi.vcs.checkin.CheckinHandlerFactory registered in com.intellij.checkinHandlerFactory extension point. See https://plugins.jetbrains.com/docs/intellij/explore-api.html on how to find samples.

0

请先登录再写评论。