You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: st_commands_metadata/c.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -396,5 +396,29 @@
396
396
"doc_string": "Opens a new side by side window layout, with the current color scheme (default version) on the left & the user version on the right side. To make color scheme customization easier.",
397
397
"type": "default",
398
398
"location": "Default/ui.py"
399
+
},
400
+
"convert_ident_case": {
401
+
"command_type": "text",
402
+
"doc_string": "Transforms the target selection(s) based on the specified casing.",
403
+
"args": [
404
+
{
405
+
"name": "case",
406
+
"doc_string": "The target casing. Valid values are 'upper', 'lower' & 'title'.",
407
+
"type": "string"
408
+
},
409
+
{
410
+
"name": "first_case",
411
+
"doc_string": "The casing of the first word. Defaults to the value of the argument 'case', if not specified.",
412
+
"type": "string"
413
+
},
414
+
{
415
+
"name": "separator",
416
+
"doc_string": "The string to use to seperate words.",
0 commit comments