GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

[Feature] Completion formatter for all multi-repo project

Open amynbe opened this issue 3 years ago • 1 comments

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!

amynbe avatar Jul 27 '22 17:07 amynbe

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.

zielu avatar Oct 25 '22 10:10 zielu