-
Notifications
You must be signed in to change notification settings - Fork 12
auto-capitalize keywords while typing #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
44da61e to
452787f
Compare
Current coverage is 80.68% (diff: 88.31%)@@ master #169 diff @@
==========================================
Files 16 16
Lines 1750 1817 +67
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1408 1466 +58
- Misses 342 351 +9
Partials 0 0
|
mfussenegger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm if it doesn't break copy and paste in some odd way
1ea8c9f to
edd2855
Compare
edd2855 to
d10093c
Compare
|
nice. However, I would like to have a setting that can be used to activate/deactivate this feature. |
|
@chaudum noticed an issue that causes partly-capitalization of a word that is not registered as a keyword. e.g. if settings are queried. cr> SELECT SETtings FROM sys.cluster; |
|
@mikethebeer addressed your comments /cc @autophagy |
added cli argument and command for auto-capitalization undo capitalization if necessary words that start with a sql keyword should not be capitalized once you continue typing the word. the behaviour is the following: s -> s se -> se sel -> sel sele -> sele selec -> selec select -> SELECT selecti -> selecti selectio -> selectio selection -> selection
96d18f2 to
dc61826
Compare
|
Changes Unknown when pulling dc61826 on h/autocapitalize into ** on master**. |
3 similar comments
|
Changes Unknown when pulling dc61826 on h/autocapitalize into ** on master**. |
|
Changes Unknown when pulling dc61826 on h/autocapitalize into ** on master**. |
|
Changes Unknown when pulling dc61826 on h/autocapitalize into ** on master**. |

Uh oh!
There was an error while loading. Please reload this page.