All,
when I comment out some code (e.g. using Ctrl-B) in them iddle of a query then the formatter will move the first commented line after the preceding not-commented line.
If that line already has a trailing comment, the line comments will be aligned with that comment.
This results in commented code being moved quite far to the right. But I don't need the commented out code to be moved to the right.
The fact that this piece of code is shown in green is enough to warn me that the code is currently inactive.
Could we please have an option in the comments section to prevent this type of behaviour?
E.g.: align embedded line-comments to the left, to the right, adjacent to preceding code line, or leave in place?
See examples below: the first one shows how I formatted my code, the second one is what the formatter does with it.