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

Commit

Permalink
1.0.5 准备, 更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed May 16, 2020
1 parent 7f87c23 commit f3cb64d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 各版本更新说明

### 1.0.5

- 鸣谢: @YoungBoron 修正五笔错码,以及五笔输入法增加传统的四码上屏功能

### 1.0.4

- 五笔和双拼输入法处于 beta 状态,欢迎反馈!
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

# 中文代码快速补全

英文输入下,匹配本行外任意位置的中文标识符。支持多种中文输入方式如下。***注:全拼之外,双拼和五笔为 beta***
英文输入下,匹配本行外任意位置的中文标识符。支持多种中文输入方式如下。

***注:全拼之外,双拼和五笔为 beta。多谢 @YoungBoron 添加五笔四码功能!***

![演示](截图/输入法选项.png)

五笔演示
五笔四码演示

![演示](截图/输入法_五笔.png)
![演示](截图/输入法_五笔四码.png)

支持各种编程语言,全拼下已实测过的:

Expand Down Expand Up @@ -53,6 +55,10 @@

## 版本说明

### 1.0.5

- 鸣谢: @YoungBoron 修正五笔错码,以及五笔输入法增加传统的四码上屏功能

### 1.0.4

- 五笔和双拼输入法处于 beta 状态,欢迎反馈!
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.4",
"version": "1.0.5",
"publisher": "CodeInChinese",
"engines": {
"vscode": "^1.38.0"
Expand Down
Binary file added 截图/输入法_五笔四码.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 截图/输入法选项.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3cb64d

Please sign in to comment.