Auto-Uppercase Keywords

Newbie question ! Hope not too stupid …

I’m using the SQL highlighting and when I type in a keyword (e.g. select), I want it to be converted to uppercase automatically (SELECT). Is this possible ?

thanks in advance.

It’s definitely possible, but it’s not something that you just have to turn on—you’d have to write an extension to handle it. inputHandler might be good starting point.