修改 循环转换的顺序:CAMEL_CASE → SNAKE_CASE → PASCAL_CASE → KEBAB_CASE → SPACE_CASE → ...
This commit is contained in:
@@ -366,9 +366,8 @@ export const quickPickSupportCases = [
|
||||
*/
|
||||
export const cyclicConvertCaseOrder = [
|
||||
SupportCase.CAMEL_CASE,
|
||||
SupportCase.PASCAL_CASE,
|
||||
|
||||
SupportCase.SNAKE_CASE,
|
||||
SupportCase.PASCAL_CASE,
|
||||
SupportCase.KEBAB_CASE,
|
||||
SupportCase.SPACE_CASE,
|
||||
|
||||
|
Reference in New Issue
Block a user