卸载MAC中的IDEA Intellij 14
使用命令行:
|
1
2
3
4
5
6
|
cd /Applications/rm -r IntelliJ IDEA 14.app/rm -r /Users/shangxiaofei/Library/Logs/IntelliJIdea14/rm -r /Users/shangxiaofei/Library/Preferences/IntelliJIdea14/rm -r /Users/shangxiaofei/Library/Application Support/IntelliJIdea14/rm -r /Users/shangxiaofei/Library/Caches/IntelliJIdea14 |