- 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.
- Extending Jenkins
- Learn ECMAScript(Second Edition)
- Android 9 Development Cookbook(Third Edition)
- Data Analysis with IBM SPSS Statistics
- 深入淺出RxJS
- 數(shù)據(jù)結構案例教程(C/C++版)
- Visual Studio Code 權威指南
- Android Game Programming by Example
- Java Hibernate Cookbook
- Spring Boot 2+Thymeleaf企業(yè)應用實戰(zhàn)
- ASP.NET Core 2 High Performance(Second Edition)
- Building Scalable Apps with Redis and Node.js
- 少年小魚的魔法之旅:神奇的Python
- 開發(fā)者測試
- Swift從入門到精通 (移動開發(fā)叢書)