- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 307字
- 2021-08-06 19:43:15
Going back to the previous editor
It is strongly advised that humans only perform one task at a time. This is said because (most) humans cannot multitask, and hence if they attempt to do so, they make mistakes. The same is the case with you, dear.
Getting ready
In the event that you have to work on a project that demands you modify a number of files at once, there is a big chance that you might forget which editor you came from and where to go if the current file being scanned is not the correct copy.
How to do it...
In PhpStorm, you can go back to the previous editor / next editor / choose from the list of open editors by remembering (and obviously using) keymaps. To do so, perform the following steps:
- Use Alt + Left for previous editor.
- If you want to move to the next editor, use Alt + Right.
There's more…
A facility that allows you to move to any part of the code or any class in the open project is available in PhpStorm. This facility enables you to access at random any part of any class or any part of any file that is open in the currently open project, as shown in the following screenshot:

And, as usual, there are some customizations involved in the behavior of PhpStorm. There is a filter symbol. Clicking on the filter symbol, quite implicitly, allows you to filter the search criteria. You can tell PhpStorm not to look in a certain file or resource type by simply unchecking the unwanted file or resource type. Refer to the preceding screenshot for clarity.
To enable random access, every item needs to be added to the index. You can now give credit to the PhpStorm development team for developing this powerful indexing system.
- 自然語言處理實戰:預訓練模型應用及其產品化
- 編程的修煉
- Learn Type:Driven Development
- FreeSWITCH 1.8
- 營銷數據科學:用R和Python進行預測分析的建模技術
- Learning Laravel 4 Application Development
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- C# and .NET Core Test Driven Development
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Mockito Essentials
- 遠方:兩位持續創業者的點滴思考
- 邊玩邊學Scratch3.0少兒趣味編程
- Java Hibernate Cookbook
- Mapping with ArcGIS Pro
- CryENGINE Game Programming with C++,C#,and Lua