vim-uppercase-sql icon indicating copy to clipboard operation
vim-uppercase-sql copied to clipboard

Automatically uppercase SQL keywords as you type

Results 4 vim-uppercase-sql issues
Sort by recently updated
recently updated
newest added

Perhaps with a motion. This would probably also be a good opportunity to refactor the big list of keywords into a loop so it can be used for this too.

help wanted

We can divide the keywords into several groups -- types, functions, regular keywords etc. A config option will be added to let the user specify the groups to be capitalised....

Missing things like `bigserial` is annoying.