85

I know how to tell Finder to show hidden files, but when I try to open a file in Sublime Text, the GUI that pops up do not let me see hidden files. How do I tell it to show me hidden files?

jpsecher
  • 959

1 Answers1

138

You can press ⌘ cmd + ⇧ shift + . while the dialog is open, which will toggle show/hide hidden files.

In OSX 10.9 and up (Mavericks, Yosemite, ...) you need to be in the List View of Finder.

jpsecher
  • 959
Dan
  • 2,933
  • 10
    if they added a simple hide/show button it would be much easier and useful – John Magnolia Oct 13 '13 at 07:22
  • 2
    Does not seem to be working in Sublime 3 – Mild Fuzz Feb 28 '14 at 11:39
  • @MildFuzz Works here (build 3059, on OS X 10.9.2). I think the file picker is actually system level so nothing really to do with Sublime. – Dan Feb 28 '14 at 11:51
  • 2
    my bad, I thought you meant sidebar (which is what I want) – Mild Fuzz Feb 28 '14 at 11:56
  • 3
    On Yosemite, I found that pressing the key combination works immediately only if your file open dialog is in list view mode. If the dialog is in column view mode, you need to press the key combination, then change the view mode to list view and then back again to column view to see the hidden files and folders. That works for both Sublime Text 2 and 3. – Jarno Lamberg Dec 02 '14 at 11:53
  • Didn't know that – totally awesome!!! – AlexGrafe May 25 '15 at 09:59
  • 1
    To have hidden files shown by default http://apple.stackexchange.com/questions/100384/how-to-get-open-file-selector-to-show-hidden-files – Neil Oct 26 '15 at 10:31