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:
- 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?
- 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!
Please sign in to leave a comment.
http://youtrack.jetbrains.net/issue/IDEA-65918
Thanks for reporting