Word Wrap SELECT list only
Currently there is an option in the Code Formatter to word wrap code if it exceeds the right column margin, but that isn't ideal for the instance where you want an individual clause in the WHERE statement to stay on a single line no matter how long they are (makes it clearer what the exact logic is). Disabling this, though, forces all of the columns in the SELECT list to be on one line (I have stacking disabled for the fields). I'd say it is a common enough convention to warrant a special flag just for word-wrapping the columns in the select statement.
Oh, and I happened to notice that with the current word wrapping, sometimes the comma ends up as the first field on the next line, rather than with the previous line (I have the commas set to be after the field, rather than before). Not a big deal, but it would be nice if the word wrapping respected the other configuration field.
-
Jason Kochel commented
This continues to be a problem in the latest release with the new formatting rules. I'd like my field list to be "on one line" (not stacked with one field per line) but have that line wrapped at 80 columns. The formatter is not respecting the word wrap line length when the "on one line" option is turned on.
Perhaps we can have another option for the select list: one line, stacked, or wrapped?