Change the default parameter regex in database console

I'm just exploring the use of the database console in PhpStorm. It seems to have some nice features, but I have couple of questions about how it recognized parameters in queries:

  1. By default, it doesn't appear to recognize parameters at all. To get it to do so, I have to click the Properties button in the console window, switch to the Text Mode tab, and turn on the Parameter checkbox. Is there a way to have this setting turned on by default?
  2. The default regex used by the parameters setting doesn't recognize our style of parameters. I can edit it so that it does, but again, it appears I must do this for every console window. Is there a way to set a default expression?


Thank you!

0

Please sign in to leave a comment.