Comment on page
Reset Cover Plugin settings
How to reset Cover Plugin to its default settings.
To reset Cover Plugin to its default settings, simply delete the existing plugin settings files. File names and locations are detailed below.
General Cover Plugin settings files are stored in your IntelliJ profile directory - the default location is dependent on your OS and IntelliJ edition/version. Once the settings files have been deleted, restart the IntelliJ IDE.
- Windows:
%APPDATA%\JetBrains\IdealC(version) - Linux:
~/.config/JetBrains/IdealC(version) - MacOS:
~/Library/Application Support/JetBrains/IdealC(version)
- Windows:
%APPDATA%\JetBrains\IntelliJIdea(version) - Linux:
~/.config/JetBrains/IntelliJIdea(version) - MacOS:
~/Library/Application Support/JetBrains/IntelliJIdea(version)
CoverAnalyticsInstallationID.xmlCoverSettingsConfig.xmlCoverTirIndexes.xmlcoverVersions.xml
To remove any project specific settings:
- 1.Open the project in the IntelliJ IDE and navigate to
.ideafolder in the project. - 2.Delete the
CoverSettingsProjectConfig.xmlfile, if present.
Last modified 5d ago

