Search code examples
zend-frameworkzend-studio

How can I show local file system browser for Zend Studio 10?


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?


Solution

  • 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!