Search code examples
phpstorm

Can't search by column name in PhpStorm


So I've tried many things but I can't search by column names on my entire database(mysql) with PhpStorm.

Is this feature available? If so how do I do it? If not, is there any plugin?


Solution

  • I've found a better way in my use cases:

    • Select your database tables 'directory'. Hit 'Numpad *' (Fully Expand Tree Node) to expand the tree.
    • Hit 'ctrl + f' to search column and table names in the folder.

    It is way better than @Ástþór answer as it does not search css tags and other things.