There has, I suspect, been a great deal of conversation on the subject of the automatic capitalisation of keywords in SQL comments.

I always hold out hope that AA will implement an option to prevent this occurring in an SQL comment or string literal (whilst still performing it elsewhere in the code).

But that notwithstanding, I want to mention a kind of workaround that might be useful to others.

All you do is to type the letter 'x', and then a backspace (cursor left), and then type. Delete the 'x' when you've finished the comment line.

The 'x' prevents the automatic capitalisation. Very handy.

HTH