Syntax highlight and format SQL strings embedded in Python strings. Select SQL, right-click and select the 'Inline SQL Format' option. Select SQL, open the command panel, select 'Inline SQL Format' ...
I use inline SQL comments A LOT. I use it to deactivate sections of the query, like removing a result column, removing a join line, insert CTE test lines, etc. However, it appears the parser for Code ...