-
Notifications
You must be signed in to change notification settings - Fork 247
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
Add sentence reporters to Text #1768
base: master
Are you sure you want to change the base?
Conversation
Added Sentence Case, camelCase, Randomcase, Surround, Enter, Tab, and Reverse Also, my first commit/pr in another repo :) excuse me if my code is a little less clean than cst's
linter caught smth ill fix it later cant rn |
added some semicolons and renamed sum variables to be unique
tab, enter, and reverse were outside a bracket
…ses to IsCase bool
I don't know how to make the Prettier happy, can someone do it for me or show me how to |
Also this can get the Change Existing Extension label |
Me too :) |
Additional testing required before this is merged, as well as some changes |
Why were Newline and Tab reverted, curious |
newline is duplicate across a load of exts atp, and tab is just 4 spaces |
tab wouldn't be 4 spaces if it was a |
If you really need the tab character just use the unicode block |
This comment was marked as outdated.
This comment was marked as outdated.
Okay. Mixed case was already in the extension and was already broken. So not your fault |
Renamed sum to workingText and capflag to sentenceCapitalFlag
Also I fixed the mixed case test, it was just swapped around and no one ever caught it |
This is ready for merging |
Added Sentence Case, camelCase, Randomcase and Surround
Also, my first commit/pr in another repo :) excuse me if my code is a little less clean than cst's