I am having some low level issues with IntelliJ on my mac, I really want to just zero everything out and start over. But even after removing the application and re-installi
This always does it for me:
find ~/Library -type d -name 'IdeaIC*' -exec rm -rf {} ';'