Skip to content

Commit

Permalink
修改驼峰重命名快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
秦伟宽 committed Jul 8, 2022
1 parent fc04449 commit fba1b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# 功能

<br>1、下划线转驼峰重命名,快捷键:comd + .
<br>1、下划线转驼峰重命名,快捷键:shift+cmd+,
<br>2、json数据转模型类,快捷键:comd + 3
<br>3、支持模型类内添加自定方法:设置-搜索-json转模型

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "qinkuan",
"displayName": "JsonToModel",
"description": "JsonToModel,Support dart",
"version": "0.0.16",
"version": "0.0.17",
"author": {
"name": "qink"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
},
{
"command": "extension.hump-named",
"key": "ctrl+.",
"mac": "cmd+.",
"key": "shift+cmd+,",
"mac": "shift+cmd+,",
"when": "editorTextFocus"
}

Expand Down

0 comments on commit fba1b5b

Please sign in to comment.