VS Code & JetBrains cache locations
VS Code
~/Library/Caches/com.microsoft.VSCode
~/Library/Application Support/Code/Cache
~/Library/Application Support/Code/CachedData
~/Library/Application Support/Code/User/workspaceStorage
All safe to delete – VS Code rebuilds them. workspaceStorage
keeps a folder per workspace ever opened, including deleted
projects; extensions' per-workspace state (like unsaved notebook
outputs) lives there, so skim the folder names if that matters to you.
JetBrains (IntelliJ, PyCharm, WebStorm, CLion…)
~/Library/Caches/JetBrains/<Product><Version>
Indexes and compile caches, rebuilt on next open (first re-index of a big project takes minutes). The bigger win: caches of old versions – every yearly release keeps its own folder. Deleting folders of versions you no longer run is pure profit. In-app: File → Invalidate Caches for the current version.
Old IDE leftovers
~/Library/Application Support/JetBrains # plugins & settings per old version
~/Library/Logs/JetBrains
CacheCleaner covers VS Code and the whole JetBrains family in its IDE caches section – including versions you forgot you ever installed.
Get CacheCleaner for Mac