1

I cannot figure out how to show a local system file tree structure in Zend Studio 10. Nearly all IDEs have this capability. Can someone please tell me how I can browse my local system to open a file without having to create a project?

Ben
  • 51,770
  • 36
  • 127
  • 149
Pegues
  • 1,693
  • 2
  • 21
  • 38

1 Answers1

1

I don't think this is possible without explicitly creating a project. I think there is a workaround for this if you are using Linux/OSX. Go to Window > Show View > Remote Systems and create an ssh connection to your local host.

Yes, this is an ugly solution but at least its something!

Julian
  • 8,808
  • 8
  • 51
  • 90
  • Darn unfortunate that Zend doesn't provide a better solution for this. This seems to be the case for a lot of IDE's today, however. I suppose that's why I love NotePad++ so much! Thanks for the answer Julian. – Pegues Dec 08 '13 at 20:54