- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 258字
- 2021-08-06 19:43:16
Creating a bookmark
Bookmarks are great. A bookmark lets you put a flag somewhere in your code so that you have a shortcut to access that code.
A bookmark in PhpStorm has the same meaning as that in a book where a reader puts some indication in the form of some piece of paper, by turning the page corner, or by any means through which the reader can access the page directly.
How to do it...
PhpStorm bookmarks are created with ease. The add bookmark option can be had by going to Navigate | Bookmarks.
The three options available are explained here:
- Toggle Bookmark: This feature enables you to create a bookmark at some specified line of code if it does not exist and to delete a bookmark from some line of code if it does.
- Toggle Bookmark with Mnemonic: This feature enables you to toggle a bookmark with the added ability to be able to access that bookmark using keyboard shortcuts.
Suppose you choose the alphanumeric 0, as shown in the following screenshot, you will be able to access that bookmark by using Ctrl + 0
Show Bookmarks: This is rather a simple feature. It simply lets you view all the bookmarks you created for the project you are working on.
- AngularJS入門與進階
- Power Up Your PowToon Studio Project
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Mastering Entity Framework
- C# 從入門到項目實踐(超值版)
- Learning Apache Mahout Classification
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 微服務架構深度解析:原理、實踐與進階
- Geospatial Development By Example with Python
- Laravel Application Development Blueprints
- Deep Learning with R Cookbook
- Java EE 7 with GlassFish 4 Application Server
- Android應用開發實戰(第2版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Java EE架構設計與開發實踐