Git-New-Tag-Extended is a plug-in that extends the basic git tag functionality of IntelliJ IDEA.
The Git-New-Tag-Extended plug-in adds:
- Always keep the latest tag list by fetching tags before creating them
- Add a list of tags to make it easier to select previous tag information.
- We added the Add function so that you can add multiple tags at once.
It will be useful when you add the next version of the tag.
This plugin can be found right next to the existing menueasily select and add from the existing tag list
add multiple tags at once using the Add button
And it always shows the latest tag list because it fetches tags from the origin every time it runs a plugin.
- tag list contains only the last 100 tags
- This plug-in works only with git projects.


