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:
-
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. -
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(orPhpStorm->Preferenceson 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. -
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. -
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. -
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.