Search code examples
phpstormbookmarks

How to dock bookmark tool window in PHP Storm?


In PHP Storm 8, for some reason my bookmark tool window became undocked, I can access it with shift F11 but for some reason can't dock it on the left anymore, no matter where I drag it, it doesn't drop into the other windows but continues to float.

How can I dock the bookmark tool window?

enter image description here


Solution

  • This Bookmarks window (accessible via Shift + F11 on Windows) is actually how it looks -- you cannot dock it.

    https://www.jetbrains.com/phpstorm/help/bookmarks-dialog.html?search=bookmarks


    The one tool window that can be docked called "Favorites" and it lists all your favourites, bookmarks and breakpoints in one window -- Alt + 2 is a standard key for that on Windows.

    https://www.jetbrains.com/phpstorm/help/favorites-tool-window.html