To open Chrome with Developer Tools all the time, you simply open in with the following arguments;
--args --auto-open-devtools-for-tabs
To have this done in PhpStorm goto Tools>Web Browsers and edit Chrome, adding in the above to the Command Line Options field.