- 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.
- Mastering AWS Lambda
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計模式
- AngularJS Web Application Development Blueprints
- C語言程序設(shè)計實訓教程
- Designing Hyper-V Solutions
- Python 3網(wǎng)絡爬蟲實戰(zhàn)
- Building Serverless Applications with Python
- Spring Boot Cookbook
- C語言程序設(shè)計
- C#實踐教程(第2版)
- Access 2010中文版項目教程
- C++編程兵書
- OpenCV 3 Blueprints
- Hands-On Robotics Programming with C++