README.md 添加 路径转换 描述内容;一些细节修修改改
This commit is contained in:
@@ -122,7 +122,7 @@ export function handleQuickPick() {
|
||||
// 显示推荐项列表
|
||||
vscode.window.showQuickPick(options, {
|
||||
matchOnDetail: true,
|
||||
title: '请选择需要转换的命名类型...',
|
||||
title: '请选择需要转换的命名方式...',
|
||||
placeHolder: '点击转换,输入关键词可快速选择'
|
||||
}).then(pickItem => {
|
||||
if (!editor || pickItem === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user