PHPSTORM : Go from a reference to database tree

Answered

Hi,
In PhpStorm, I can't go from a reference (in SQL console) to the target in database tree.
It always go to the DDL definition.

In the docs, there is a setting but I can't find it in My Phpstorm interface.

https://www.jetbrains.com/help/phpstorm/working-with-ddl-definitions.html#open-a-definition-in-the-ddl-editor
In the Setting/Preferences dialog Ctrl+Alt+S, navigate to Database | General.
In the Navigation pane, clear the Prefer database view over DDL editor checkbox.

0
1 comment

navigation behavior was changed, please read this post for details.

now alt+shift+b highlights object in tree.

1

Please sign in to leave a comment.