- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 252字
- 2021-08-06 19:43:15
Accessing any project file
Software engineering, at times, becomes more about adjustments than creation. There are practical cases where the developer has no option but to switch to some other project created earlier and now wants to use some feature (without infringing the copyrights and without running the gauntlet of legal action).
Getting ready
If you need to access any project file in PhpStorm, a few decisions can be made. Accessing the project is more important when you handle multiple projects at a time.
How to do it...
If you vaguely remember some of the content that was in the file, you can do a project-wide search to find the target file. Does it make you think of the old story of searching for a needle in a haystack?
- You can open a folder where your project is supposedly located, as shown in the following screenshot. You can initiate the process by navigating to File | Open.
How it works…
Don't worry even if the folder is not a PhpStorm project. PhpStorm is smart enough to manage that. Once opened, the project can be searched for the desired file/resource. PhpStorm will remember the folder as a project, and once indexed, the files of that folder can be accessed just as your current project files.
- AngularJS入門與進階
- Computer Vision for the Web
- Kubernetes實戰
- JavaScript:Functional Programming for JavaScript Developers
- 控糖控脂健康餐
- Learning Python Design Patterns
- Orleans:構建高性能分布式Actor服務
- CRYENGINE Game Development Blueprints
- Unity 2018 Augmented Reality Projects
- NGUI for Unity
- Android移動應用項目化教程
- Mastering Unreal Engine 4.X
- Processing開發實戰
- PhoneGap 3.x Mobile Application Development Hotshot
- 熱處理常見缺陷分析與解決方案