SultanSalam
SultanSalam

Reputation: 21

How to auto-uppercase MySQL after typing keywords?

I type pretty fast so I want MySQL Workbench to auto-capitalize keywords after I type them. I've seen a solution to a similar question which is MySQLWorkbench-> Preferences-> Query Editor-> Change keywords to UPPER CASE. However this only provides uppercase for autofill. The problem is that the dropdown menu takes a second to load and hinders my work flow.

Is there any solution to this problem? Could I create a trigger for this or is that not helpful?

Upvotes: -1

Views: 2912

Answers (1)

Mike Lischke
Mike Lischke

Reputation: 53532

Not an automatic solution but something useful: look in the Edit -> Format menu. It has entries to upcase + downcase keywords, as well as other formatting commands.

Upvotes: 1

Related Questions