A Cursor/VS Code extension inspired by Finder's Cmd+Shift+. shortcut. Press once to reveal all hidden files; press again to hide them.
| Platform | Shortcut |
|---|---|
| macOS | Cmd+Shift+. |
| Windows / Linux | Ctrl+Shift+. |
| Command Palette | Toggle Excluded Files |
The extension reads your files.exclude patterns, saves them, and clears the setting. On the next press, it restores them.
hidden → press → visible → press → hidden
Edit files.exclude in your settings.json — that is the configuration:
The extension always saves your latest patterns before clearing. Change them whenever you like.
npx @vscode/vsce package --allow-missing-repository --allow-star-activation
cursor --install-extension toggle-excluded-files-1.0.0.vsixReplace cursor with code for VS Code.
Cursor on macOS requires the scan code format shift+cmd+[Period] for the period key. The extension already handles this. Use the same format if you override the keybinding in keybindings.json.
MIT