

In the dialog that opens, specify a new description and click OK.Īssign a mnemonic to an anonymous bookmark Right-click a bookmark icon in the editor gutter, a bookmarked item in the Project tool window, or a bookmark in the Bookmarks tool window, and select Rename Bookmark. If necessary, you can give bookmarks your own short descriptions.
#Bookmark folder icon changer code
By default, they contain the code from the line or the name of the item on which they are placed. In the Bookmarks tool window ( Alt+2), bookmarks have short descriptions. Press Ctrl+Alt+Up ( Navigate | Previous Bookmark Occurrence) to return to the previous bookmark. Press Ctrl+Alt+Down ( Navigate | Next Bookmark Occurrence) to jump to the next bookmark.
#Bookmark folder icon changer windows
Navigate to a bookmark from a listįrom the main menu, select View | Tool Windows | Bookmarks or press Alt+2 to open the Bookmarks tool window.Įxpand the desired bookmark list or click Expand all to expand all bookmark lists.ĭouble-click a bookmark on the list to navigate to it. You can configure the settings to see other bookmarked items (for example, files or folders): press Ctrl+Alt+S to open the IDE settings, select Advanced Settings, and disable the Show only line bookmarks in popup option.

Press Shift+F11 or from the main menu, select Edit | Bookmarks | Show Line Bookmarks.ĭouble-click the bookmark or select it with the keyboard and press Enter.įor mnemonic bookmarks, press the corresponding digit or letter.īy default, PhpStorm shows only line bookmarks in the bookmarks popup. Hold Ctrl and press the mnemonic digit on the keyboard.įor example, to jump to the bookmark with mnemonic 5, press Ctrl+5. Navigate between bookmarks Jump to a mnemonic bookmark with a digit The corresponding icon appears in the Project tool window next to the bookmarked item. In the Project tool window ( Alt+1), right-click an item that you want to bookmark and select Bookmarks | Add Bookmark ( F11) or Add Mnemonic Bookmark ( Ctrl+F11).įor mnemonic bookmarks, select a number or a letter that you want to use as an identifier for this bookmark. To take a look at all line bookmarks that you have in code, press Shift+F11 or go to Edit | Bookmarks | Show Line Bookmarks. If you want to bring back the confirmation dialog that is shown before replacing an existing mnemonic with a new one, click in the Bookmarks tool window and enable the Ask Before Rewriting Mnemonic option. Optionally, provide a description for the new bookmark.Ī letter or a number bookmark icon appears in the gutter next to the bookmarked line. Select the Don't ask again option to silently overwrite mnemonics. If the selected mnemonic is already used, the IDE will ask you whether you want to overwrite an existing bookmark with the new one.

In the popup that opens, select a number or a letter that you want to use as an identifier for this bookmark. In the editor, place the caret at a line of code and press Ctrl+F11.Īlternatively, right-click the gutter next to the line of code that you want to bookmark and select Add Mnemonic Bookmark. In the editor, place the caret at a line of code and press F11.Īlternatively, right-click the gutter next to the line of code that you want to bookmark and select Add Bookmark.Ī bookmark icon appears in the gutter next to the bookmarked line. You can create more lists and set another list as default. PhpStorm adds your bookmarks to the predefined list in the Bookmarks tool window that is created automatically and has the same name as the project. Files and lines marked with mnemonic bookmarks have the corresponding letter or number icon in a frame. Mnemonic bookmarks allow you to create bookmarks with numbers (0 to 9) or letters (A to Z). Files and lines marked with anonymous bookmarks have a bookmark icon. The tool window also shows all breakpoints that are automatically added to the dedicated list once you place them in your code.Īnonymous bookmarks don't have an identifier and allow you to place as many bookmarks as you want. You can also bookmark the files, folders that you need more often than other project items.Īll your bookmarks are grouped in lists in the Bookmarks tool window that you can open by selecting View | Tool Windows | Bookmarks from the main menu or by pressing Alt+2. You can bookmark the necessary lines of code to be able to find them easier. For such cases, PhpStorm features bookmarks. If you work with large projects, searching for files and folders can be time-consuming.

Bookmarks have replaced Favorites that existed in earlier versions of the IDE.
