This IntelliJ plugin adds just one action to IntelliJ:
- Hide Bottom Tool Windows (Ctrl+ESC)
Hides all bottom tool windows at once.
The plugin should work on all IDEA applications, ie. PyCharm, Resharper etc., but only IntelliJ IDEA has been tested.
This plugin is a fork of the SimpleActions plugin by Etienne Studer. It has exactly the same action, but it also bundles some other actions, which don't work anymore and produce errors. It's not maintained anymore.
./gradlew runIde
./gradlew publishPlugin
but you'll need a deploy key, aka "Jetbrains Hub permanent token".
Add file gradle.properties
to the project's root with content:
intellijPublishToken=<your-token>
Don't commit this file!
See Publishing Plugins with Gradle for more informations.