@WebStormIDE I try to edit SQL fragment that is split using + between string literals like so: "select * from table" + " where type = ? "
but it only opens the first string, I'm quite sure I was able to do something similar 3 years ago in phpstorm. any idea what I'm doing wrong?
Out of the box WebStorm doesn't have support for SQL syntax, so it treats these strings as plain text. Any chance you can make a short video showing the problem?