|
|
|
|
|
by stubish
2819 days ago
|
|
Syntax highlighting is a huge boon working with SQL, but unfortunately you often find you are working with SQL embedded as a string in some other programming language. I wonder if programming languages should have a way of specifying that a string constant contains embedded code or a template, so text editors can display it accordingly. I deal with a lot of SQL embedded in code, and prefer uppercase keywords as it seems to help me visually parse the overall file. |
|