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?
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>