I am trying to remove Webstorm editor completely from my Ubuntu 14.04, I have already tried by removing its installation folder but its settings still exists, is there any command exist to remove it completely or what any other way? please help me out?
Open the Apps & Features section in the Windows Settings dialog, select the IntelliJ IDEA app and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin.
Open the Apps & Features section in the Windows Settings dialog, select the PhpStorm app and click Uninstall.
According to the WebStorm documentation, the config is stored in ~/.WebStorm9
So assuming you did not change the default location: from the command line run
rm -rf ~/.WebStorm9
For versions around the year 2020 you should go to the ~
and find .config
and .cache
folder and then delete your specific folder version inside JetBrains
folder:
~/.config/JetBrains/<product><version>
~/.cache/JetBrains/<product><version>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With