Comments
Sort by recent activity
I've got the functionality (as designed) to work when the ON condition is on a line of it's own after the 2n table...but it doesn't work when the ON condition is on the same line as the 2nd table.
Re CTRL+Left...this just moves the cursor to the before the "a" / comments
I've got the functionality (as designed) to work when the ON condition is on a line of it's own after the 2n table...but it doesn't work when the ON condition is on the same line as the 2nd table.
...
Ctrl+LEFT when A.* is already typed as part of a larger snippet of code works as "put cursor before a"
whereas
Ctrl+LEFT when A. is being typed works as "change selection/dropdown" list".
re the conversion of * into a "list of all columns"...what I get is column 1 on the line starting where the * was and all other columns on their own independant line. For consistency it would be useful to have all columns on their own lines.
I note also that indentation reported earlier that the indentation is 2x the "TabSize setting + 1" ....ie at position 18...whereas I would assumed it would be at the same position as the starting character being replaced ie position 8 (ie the length of "SELECT a") (I'm using QA).
Finally...when converting "a.*" (no join) to the list of all columns, the "a." bit is not prefixed in front on each column...other than column 1 (by residual effect more than anything else)...if this could be fixed (or become an optional setting) this would be an improvement. / comments
Ctrl+LEFT when A.* is already typed as part of a larger snippet of code works as "put cursor before a"
whereas
Ctrl+LEFT when A. is being typed works as "change selection/dropdown" list".
re the co...