Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Smart-Title-CaseNew to Visual Studio Code? Get it now.

Smart-Title-Case

awtnb

|
22 installs
| (0) | Free
convert selected text to title-case (with option to specify words to lowercase)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

smart-title-case

Helper for formatting citation list.

Features

smartTitleCase.apply

this is a pen.
==> This is a Pen.
  • For each word in the selected string, capitalize the first character.
  • Words specified in smartTitleCase.exception in setting.json will be in lowercase.
    • Exception: Always capitalize the first character of the word immediately following . or : (i.e., the beggining of sentence).

smartTitleCase.capitalizeOnlyFirstChar

this is a pen.
==> This is a pen.
  • Capitalize only the first character of the selected string and convert the rest of the words lowercase.
    • Exceptions:
      • Always capitalize the first character of the word immediately following . or : (i.e., the beggining of sentence).
      • Consecutive capital letters are not changed (e.g., DNA).

Good luck to all academics!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft