Quickly reorder your editor tabs with simple keyboard shortcuts.
Plugin page: https://plugins.jetbrains.com/plugin/13087-movetab
- Ctrl+Shift+Page Up – move the current tab to the left
- Ctrl+Shift+Page Down – move the current tab to the right
Based on the original plugin by momomo.com.
Run ./gradlew :move-tab-plugin:verifyPlugin
to build and test the plugin.
All branches display the predicted next version during CI builds using
go-semantic-release
. To cut a new release tag, trigger the Create Release Tag
workflow from the master
branch on GitHub. The workflow computes the next
vX.Y.Z
tag and pushes it along with generated release notes. Tagging the
repository automatically starts the existing publish process.