0

In C9 IDE, when I open a file, is it possible to expand the file system tree to that file.

I need something similar to "Link with Editor" button of Eclipse.

Afshin Moazami
  • 2,092
  • 5
  • 33
  • 55

1 Answers1

1

Yes, use Cmd-Shift-L on a mac (I think it's Ctrl-Shift-L on win/linux). There's also a setting to do this automatically as a tab becomes active. You can also right click on a tab and choose "reveal in file tree"

Ruben Daniels
  • 856
  • 4
  • 3
  • "There's also a setting to do this automatically as a tab becomes active. ", can you explain more about this? – Afshin Moazami Oct 20 '14 at 19:08
  • 1
    By turning on the setting, the file loaded in the active tab will be highlighted in the tree. Check out this screenshot to find the setting toggle: http://screencast.com/t/dxipjlB3N – Ruben Daniels Oct 20 '14 at 19:42