I write PHP and MySQL code. I usually use JetBrains PhpStorm (also have Sublime and VSCode installed). Let's say I'm going to write a line like this $sql_query = "SELECT * FROM table_name ORDER BY product_id DESC" I want the editor to show me options based on the table names in MySQL after 'FROM'. I couldn't figure out how to do this. (Yes, I'm too lazy to check and write two table names myself