wmaurer / vscode-change-case

Change Case Extension for Visual Studio Code
MIT License
350 stars 37 forks source link

sentence case should respect punctuation and capitalize each SENTENCE, not each LINE #30

Open joeldcanfield opened 4 years ago

joeldcanfield commented 4 years ago

If I select a block of text and use change case sentence, it strips all punctuation and capitalizes the first word of each code line. It should respect punctuation and should capitalize any word after a sentence-ending punctuation mark.