Feature Request: Basic UPPER and lower
See original GitHub issueThanks for the great plugin, however there are 2 basic things I’m always trying to go for in the context menu and they are:
- a basic convert to upper case: converts all the selected text to UPPER CASE, no matter what
- a basic convert to lower case: converts all the selected text to lower case, no matter what.
Examples: (input, function, output)
Hello
-> UPPER -> HELLO
Hello
-> lower -> hello
TesT 12_34
-> UPPER -> TEST 12_34
TesT 12_34
-> lower -> test 12_34
Cheers!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
4 Essential Feature Request Prioritization Frameworks
Here are 4 frameworks to prioritize feature requests. ... Which ones will have the greatest impact on your bottom line?
Read more >What Is a Feature Request? Definition and Examples - Airfocus
A feature request is a comment, message, or ask from a user to implement a specific feature into your product. Feature requests can...
Read more >Feature Request Template: How to Manage Suggestions at ...
Streamline and organize user feedback with this free feature request template. Available in Google Docs and Sheets (no email required).
Read more >Feature Requests: How to Collect Them and Engage Users in ...
Low impact+expected. Users only know what they see and request features that are small improvements over existing features.
Read more >Basic Text Transform: all caps, all lowercase
Our developers have to waist time retyping text for layouts that have already been designed. At least basic uppercase and lowercase.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Built-in toggle case is not perfect. It requires you to think about the result. The result is different depending on the existence of any capital letter in edited string. If the string contains at least one capital letter it will be lowercased, and uppercased otherwise. In first case, you need to repeat the stroke to uppercase the string.
The result is not deterministic in macros and cannot be used as no-brainer, because sometimes it requires two repeats and sometimes one is enough to uppercase something.
If there was option to always uppercase and another one to always lowercase, I would be glad to replace Ctrl+Shift+U with string manipulation shortcut. Just use [U] for uppercase second stroke and [L] for lowercase.
I agree too to add this basic feature!