intellij-ideaphpstormkeyboard-shortcuts

Quick access to a table from IDEA


If you type a database table name in the "Search Everywhere" dialogue it will appear in the bottom of the list and I have to scroll to open the table. What is the trick to access a table quicker?


Solution

  • Not perfect, but this is what I'm using. You can append data source name before the table with a dot between, like localhost.users so Search Everywhere only look for tables in your data source

    For example, users table is pushed down before other matches without the prefix Search Everywhere without data source prefix

    With the prefix, users table is now prioritised, and other matches are even removed out from the search Search Everywhere without data source prefix

    Glad this helps