Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 469 Bytes

一个变量类型转化的vscode插件

现在插件支持的变量转化类型有:

  1. 驼峰格式 <-> 连接符格式 (varTypes <-> var-types)
  2. 驼峰格式 <-> 全大写下划线格式 (varTypes <-> VAR_TYPES)

使用方法

在编辑器中选中需要转化的字符串,command + shift + p 或者 ctrl + shift + p 选择varTypes: xxx命令进行格式化