Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from program-in-chinese/master
Browse files Browse the repository at this point in the history
.
  • Loading branch information
lsby authored Jun 26, 2020
2 parents 826649a + 6382053 commit 8d14fd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@

## 版本说明

### 1.0.6

- 改进:[支持js模块中的中文属性](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant/issues/18)
- 重构:提取拼音数据到 npm 库

### 1.0.5

- 鸣谢: @YoungBoron 修正五笔错码,以及五笔输入法增加传统的四码上屏功能
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ChineseInputAssistant",
"displayName": "中文代码快速补全",
"description": "中文变量名方法名在拼音字母下提示并快速输入",
"version": "1.0.5",
"version": "1.0.6",
"publisher": "CodeInChinese",
"engines": {
"vscode": "^1.38.0"
Expand Down
2 changes: 1 addition & 1 deletion 补全实现.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ module.exports = function (context) {
context.subscriptions.push(vscode.languages.registerCompletionItemProvider({ scheme: 'file', language: '*' }, {
provideCompletionItems,
resolveCompletionItem
}));
}, '.'));
};

0 comments on commit 8d14fd4

Please sign in to comment.