- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 194字
- 2021-08-06 19:43:16
Linking views to editors
Sometimes, the name is self-explanatory. Sometimes, the sentences have a hint. If you got the hint, you must have understood that this feature provided by PhpStorm is intended to show you exactly where in the project heirarchy the code is. If you did not get the hint, don't worry—you've now got it since you've read the text. Please stay tuned for more tasty recipes.
PhpStorm provides two ways of linking between view and editor. PhpStorm can highlight the location of the file you are currently editing in the project tree hierarchy shown in the Project view.
How to do it...
PhpStorm can also open the file in the editor as soon as you select it in the Project view. Perform the following steps:
- To use this feature, you are advised to read the explanation of Autoscroll to Source given in the Customizing a view recipe of this chapter.
- This linking system also applies to the class members (the functions and variables) as well. PhpStorm can autoscroll (or link) between the editor and the view and hence ease some of the pressure of development from your shoulders. So brotherly!
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- C#程序設計(慕課版)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- PostgreSQL Replication(Second Edition)
- 琢石成器:Windows環境下32位匯編語言程序設計
- Oracle Exadata專家手冊
- 深入淺出React和Redux
- Java語言程序設計教程
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Simulation for Data Science with R
- STM8實戰
- Mastering OpenStack
- PHP+MySQL Web應用開發教程
- Using Yocto Project with BeagleBone Black