Keywords - Proper Case

6 Posts
2 Users
0 Reactions
456 Views
(@jpotelle)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

Please add an option to Proper Case things in the Keywords section.

Create Table xxx as

Select * From MYDB.MYTABLE

Where age >= 65 and sex = 'M';


   
Quote
Guido
(@admin)
Member Admin
Joined: 3 years ago
Posts: 216
 

Hi @jpotelle, what would be the correct formatting of your code snippet? Could you please post an example?

Regards

Guido


   
ReplyQuote
(@jpotelle)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

@admin I did. See my 1st post. Proper Case is 1st letter of word is capitalized, the rest is lower case. In the Keywords section, you have options for UPPER CASE and lower case. I suggest a 3rd option, Proper Case.


   
ReplyQuote
(@jpotelle)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

Any further thoughts on this suggestion?


   
ReplyQuote
Guido
(@admin)
Member Admin
Joined: 3 years ago
Posts: 216
 

@jpotelle Hi, currently I am concentrating on publishing the 1st Release of a VSCode Plugin. Once this is done I will continue with new ideas for the beautifier.

Regards

Guido


   
ReplyQuote
(@jpotelle)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

@admin It's been over a year. Can you please take a look at this again? Thanks!

I see in Upper/Lower Case section, "Non Keywords" has a option: Camel_Case. Essentially, I would like this option for both "Complete SQL" and "Keywords" sections. That would be fine. But more specifically I would like Title Case or Proper Case, i.e. for a word, the 1st char is UPPER case and the rest is lower case, underscores not withstanding.

This post was modified 5 months ago by jpotelle

   
ReplyQuote
Share: