A plugin for IntelliJ IDEA to easily find and kill processes running on specific ports.
- Find processes listening on a given port.
- Kill selected processes.
- Supports macOS and Windows.
- Tool Window interface.
This project uses Gradle. Make sure you have a compatible JDK (17 or higher) installed.
- Important: Update the
intellijPlatform.local()path inbuild.gradle.ktsto point to your local IntelliJ IDEA installation. - Build the plugin using the Gradle wrapper:
./gradlew buildPlugin
- The built plugin
.zipfile will be located inbuild/distributions/.
You can install the plugin manually in IntelliJ IDEA:
- Go to
Settings/Preferences>Plugins. - Click the gear icon and select
Install Plugin from Disk.... - Select the
.zipfile from thebuild/distributions/directory.