claude-code - 💡(How to fix) Fix Add toggle to show dotfiles in Claude Desktop's Files panel (macOS) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55699Fetched 2026-05-03 04:46:47
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

The Files panel under Code → Files in Claude Desktop (macOS) hides all dotfiles and dot-directories by default, with no way to reveal them. Please add a toggle (or persistent preference) to show hidden files.

Root Cause

The Files panel under Code → Files in Claude Desktop (macOS) hides all dotfiles and dot-directories by default, with no way to reveal them. Please add a toggle (or persistent preference) to show hidden files.

Fix Action

Fix / Workaround

Workarounds today

RAW_BUFFERClick to expand / collapse

Summary

The Files panel under Code → Files in Claude Desktop (macOS) hides all dotfiles and dot-directories by default, with no way to reveal them. Please add a toggle (or persistent preference) to show hidden files.

Motivation

A lot of project artifacts that are highly relevant when working with Claude Code live in dotfiles, e.g.:

  • .claude/ — settings, skills, hooks, agents
  • .context/ — project notes
  • .github/, .vscode/, .idea/
  • .env*
  • .git/ (occasionally needed for inspection)

Much of Claude Code's own configuration lives in .claude/, which makes the inability to browse it from the built-in Files panel particularly awkward. Today the only options are:

  • Reference paths in chat (@.claude/settings.json)
  • Drop into a terminal

Both work, but the Files panel is the natural place to browse a project tree.

Proposed solution

Add a "Show hidden files" toggle to the Files panel:

  • Bound to the macOS-standard shortcut Cmd+Shift+. (matches Finder behavior)
  • And/or a persistent preference under Settings
  • State persisted per workspace (or globally — either is fine)

Optional nice-to-have

Respect .gitignore as an additional, independent filter — but keep dotfile visibility independent of .gitignore handling.

Environment

  • Claude Desktop on macOS
  • Reproducible: any project containing a .claude/, .context/, .git/ directory

Workarounds today

  • @.claude/settings.json to reference dotfiles in chat
  • Use the terminal / claude CLI for direct browsing

Thanks for the great product! This would be a small UX change with a noticeable quality-of-life improvement for anyone using Claude Code's .claude/ configuration system.

extent analysis

TL;DR

Add a "Show hidden files" toggle to the Files panel in Claude Desktop to reveal dotfiles and dot-directories.

Guidance

  • Consider adding a toggle bound to the macOS-standard shortcut Cmd+Shift+. to match Finder behavior.
  • Implement a persistent preference under Settings to store the state per workspace or globally.
  • Respect .gitignore as an additional filter, but keep dotfile visibility independent of .gitignore handling.
  • Verify the fix by creating a test project with dotfiles and dot-directories and checking their visibility in the Files panel.

Example

No code snippet is provided as the issue is focused on a UI/UX change rather than a code-specific solution.

Notes

The proposed solution should be implemented in a way that respects the macOS-standard behavior for showing hidden files, and the state should be persisted per workspace or globally.

Recommendation

Apply a workaround by using the terminal or claude CLI for direct browsing until the "Show hidden files" toggle is implemented, as this provides an immediate solution for users who need to access dotfiles and dot-directories.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING