Skip to content

Tag: phpstorm

PhpStorm SQL code autocomplete

I have used PhpStorm 10, but recently they released a new version. In PhpStorm 10 it was very comfortable to autocomplete SQL code. I could start typing the column name and autocompletion continued my code. At the new version (PhpStorm 2016.2.1) you have to start typing with the table prefix before column nam…