- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 220字
- 2021-08-06 19:43:19
Reusing an existing project
Those who planned to take the route on the right-hand side have rightly chosen to do so. At times, reinventing the wheel is not a wise action to perform.
Getting ready
If you reuse, you will be able to avoid spending time and resources on something that has already been created. PhpStorm allows you to reuse existing projects and lets you move forward. To reuse an existing project, you need to have the project on the disk.
How to do it...
To open an existing project, perform the following steps:
- You need to go to File | Open. There will be a pop-up dialog from PhpStorm.
- You need to tell PhpStorm the path of the directory where your project is saved, and PhpStorm will obediently open the project for you.
You can now concentrate on gathering your technical requirements. You are strongly advised to plan well in advance before actually jumping to code because although a perfect software engineering plan does not exist yet, you can be optimistic and create a good enough plan that is flexible enough to be modified in case of need.
- TypeScript入門與實(shí)戰(zhàn)
- Developing Mobile Web ArcGIS Applications
- Dependency Injection in .NET Core 2.0
- C++程序設(shè)計(jì)基礎(chǔ)教程
- Visual Foxpro 9.0數(shù)據(jù)庫程序設(shè)計(jì)教程
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- 后臺開發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- Extending Unity with Editor Scripting
- Python預(yù)測分析實(shí)戰(zhàn)
- Java EE 7 Development with WildFly
- Improving your Penetration Testing Skills
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項(xiàng)目實(shí)戰(zhàn)(精華版)
- Java算法從菜鳥到達(dá)人
- Daniel Arbuckle's Mastering Python