Support "To snake_case" action
See original GitHub issueSimilarly to To camelCase
, would be handy to have a To snake_case
action.
One of the possible applications would be a common case in android development where it’s possible to have an xml string "dialog.request_money.title"
that translates by compiler into R.string.dialog_request_money_title
. Therefore, To snake_case
comes in handy for searching/editing of this type of strings.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Support for snake case in environment variables can lead to ...
Now Kubernetes generates environment variables of the form ES_SOMETHING from those services which will be present in any Pod. Elasticsearch will ...
Read more >VSCode user snippet to convert to snake case - Stack Overflow
Then it runs the editor.action.transformToSnakecase command on the result. Using my extension Find and Transform create this keybinding:
Read more >Converting CamelCase into snake_case and vice versa
Hello,I'm just wondering if there is some handy shortcut/functionality to convert a marked area between CamelCase and snake_case and vice...
Read more >String - Rails API
Makes an underscored, lowercase form from the expression in the string. underscore will also change '::' to '/' to convert namespaces to paths....
Read more >Snake case vs Camel case : r/rust - Reddit
I installed the Rust analyzer, and it corrects my camel case variables to the snake case. Is the snake case a convention in...
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
Worked like a charm. Appreciate it 👍
Fastest PR I’ve ever seen 😃. Thank you.