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
- Host: GitHub
- URL: https://github.com/4ch1m/tempconfigcleaner
- Owner: 4ch1m
- License: mit
- Created: 2016-11-04T23:55:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T17:29:06.000Z (9 months ago)
- Last Synced: 2025-02-16T18:29:41.633Z (9 months ago)
- Topics: configuration, idea, intellj, plugin, temporary
- Language: Kotlin
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#  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.