Moving commas INDEPENDENTLY between front and end (for debugging mainly)
DAX Studio has a splendid feature that I think is missing from SQL Prompt and could be rather easily implemented. In DAX Studio one can switch with one mouse click between putting commas before or after the column names. The "before" option greatly speeds up debugging but such formatting should not be left in production. In prod we want to have commas after the column name. Would it be possible to add a quick action or option to SQL Prompt so that commas are immediately placed at the end or beginning of column names? I know there are formatting styles that enable this kind of behaviour but I don't want to reformat the entire code just to have my commas placed in different places. I want to move the commas only. Thanks.
-
Jeff Humphreys commented
I'm curious why something that speeds up debugging is not wanted in production?