- 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.
- 騰訊iOS測(cè)試實(shí)踐
- SQL for Data Analytics
- 程序員考試案例梳理、真題透解與強(qiáng)化訓(xùn)練
- Bulma必知必會(huì)
- HTML5游戲開(kāi)發(fā)案例教程
- INSTANT CakePHP Starter
- Hands-On C++ Game Animation Programming
- Mastering LibGDX Game Development
- Learning Python Design Patterns
- Node.js Design Patterns
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Mastering openFrameworks:Creative Coding Demystified
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門與實(shí)戰(zhàn)
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Apache Camel Developer's Cookbook