zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 73 forks source link

[Feature] Completion formatter for all multi-repo project #409

Open amynbe opened 2 years ago

amynbe commented 2 years ago

If a project has multiple git repositories (e.g. 2 modules, each on its own repo) the completion formatter will show only the pattern for a single repo.

Slightly unrelated but it would also be nice to have the completion formatter write text by clicking a button, not only with Ctrl+space, a bit like this plugin: https://github.com/nemwiz/jira-commit-message-intellij-plugin (the frog icon).

Thanks!

zielu commented 1 year ago

formatter will show only the pattern for a single repo. @amynbe you mean formatter that suggests issue key ? That is added to suggestions depends on which files are actually marked for commit. If you have changes in 2 repos but select files only from one of them for commit it will only consider that single repo.