An open API service indexing awesome lists of open source software.

https://github.com/4ch1m/tempconfigcleaner

A tiny helper-plugin for IntelliJ IDEA
https://github.com/4ch1m/tempconfigcleaner

configuration idea intellj plugin temporary

Last synced: 8 months ago
JSON representation

A tiny helper-plugin for IntelliJ IDEA

Awesome Lists containing this project

README

          

# ![logo](src/main/resources/META-INF/pluginIcon.png) TempConfig Cleaner
> Automatically removes all temporary run/debug configurations when reopening the project.

## About

IntelliJ IDEA has a neat feature called "temporary run configuration".

Check: "[Run/debug configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html#d149123e18)"

While it's already possible to configure how many of these temporary run/debug configurations should be kept in your list, you may want to have them completely removed after your current coding session.

So this plugin will remove all temporary configurations when re-opening a project; giving you a fresh start and keeping your configurations clutter-free.

## Installation

Use the IDE's built-in plugin system:

* `File` --> `Settings` --> `Plugins` --> `Marketplace`
* search for "TempConfig Cleaner"
* click the `Install`-button

Or go to the [plugin page](https://plugins.jetbrains.com/plugin/9234) on the JetBrains-website, download the archive-file and install manually.

## License
Please read the [license](LICENSE) file.