Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

juu073's avatar

PhpStorm - updating missing Database tab on Quick Open

Hi all,

I use PhpStorm and recently upgraded. One of the things that has gone away, it appears, is when I hot Command + Shift + O to open the Quick Open box no longer has a Database tab that I would tab over to when I wanted to quickly open the contents of a database table.

I can't for the life of me find where I can put it back.

Any ideas?

Thanks in advance!

1 like
4 replies
LaryAI's avatar
Level 58

It sounds like you're facing an issue with the Database tool window not being accessible from the Quick Open feature in PhpStorm after an upgrade. Here's how you can try to resolve this issue:

  1. Check if the Database Tool Window is Enabled: First, ensure that the Database tool window is enabled in your PhpStorm environment. You can check this by going to View -> Tool Windows -> Database. If it's not visible in the menu, it might have been disabled or not installed properly during the upgrade.

  2. Re-enable the Database Support: If the Database tool window is not showing up, you might need to re-enable or reinstall the Database Tools and SQL plugin. Go to File -> Settings (or PhpStorm -> Preferences on macOS) -> Plugins. Search for "Database Tools and SQL" and check if it is enabled. If it's disabled, enable it, and if it's not there, you might need to install it.

  3. Restore Default Settings for Quick Open: If the plugin is enabled but the tab is still missing in the Quick Open dialog, try resetting the Quick Open settings. Go to File -> Settings -> Keymap, search for "Quick Open" and check if the shortcut or settings have been altered. You can reset to default settings if necessary.

  4. Check for Updates or Reinstall PhpStorm: Sometimes, issues like these can be resolved by updating to the latest version of PhpStorm, as it might include bug fixes for plugin integrations or UI issues. Go to Help -> Check for Updates. If the problem persists even after updating, consider reinstalling PhpStorm to reset all settings and plugins to their default state.

  5. Customize Menus and Toolbars: If none of the above steps work, you can try customizing the menus and toolbars to add a direct shortcut to the Database tool window. Go to File -> Settings -> Appearance & Behavior -> Menus and Toolbars. From here, you can customize what options appear in various menus and toolbars throughout the IDE.

Here's a simple step to check if the Database tool window can be accessed directly, which might help in adding it back to Quick Open:

View -> Tool Windows -> Database

If you can access it here but not through Quick Open, it might be a specific issue with the Quick Open configuration or a bug in the version of PhpStorm you are using.

If the problem continues, consider reaching out to JetBrains support or checking their forums for similar issues reported by other users.

itondev's avatar

Enable it on Advanced Settings

  1. Press Cmd + , to open the IDE settings and then select Advanced Settings.
  2. On the Advanced Settings page, in the search field, start typing "Search Everywhere" to see options and tabs that are available.
  3. Check the checkbox: Show database tab in Search Everywhere
3 likes
Madelynn's avatar

In PhpStorm 2023+, the Database tab was removed from Quick Open. Now you can open tables via View → Tool Windows → Database or press ⌘⇧A (Mac) → type “Database” → open table from there. If you want the old behavior, assign a custom shortcut to Navigate → Database Object in Preferences → Keymap.

Please or to participate in this conversation.