- 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!
推薦閱讀
- Visual Basic編程:從基礎到實踐(第2版)
- Python高級編程
- SQL基礎教程(視頻教學版)
- 重學Java設計模式
- Getting Started with Greenplum for Big Data Analytics
- Learning JavaScript Data Structures and Algorithms
- 快人一步:系統性能提高之道
- Frank Kane's Taming Big Data with Apache Spark and Python
- Scala編程(第5版)
- Kubernetes進階實戰
- Learning Splunk Web Framework
- Getting Started with React VR
- Python面試通關寶典
- 游戲設計的底層邏輯
- WCF全面解析