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 #22 from program-in-chinese/1.1.0
Browse files Browse the repository at this point in the history
1.1.0 准备: 更新说明
  • Loading branch information
zj1d authored Jun 27, 2020
2 parents 7bacf9c + b6697b3 commit 155e513
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 31 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 各版本更新说明

### 1.1.0

改进:[获得vsc本身的提示并转为拼音](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant/pull/20)

### 1.0.6

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

### 1.0.5

- 鸣谢: @YoungBoron 修正五笔错码,以及五笔输入法增加传统的四码上屏功能
Expand Down
35 changes: 6 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

# 中文代码快速补全

英文输入下,匹配本行外任意位置的中文标识符。支持多种中文输入方式如下。
英文输入下,匹配中文标识符。多谢 @lsby 实现了不限于当前文件内标识符的补全,如下面导入库的方法补全:

![演示](截图/演示_库.png)

支持多种中文输入方式如下。

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

Expand Down Expand Up @@ -53,34 +57,7 @@

![演示](截图/演示_TS.png)

## 版本说明

### 1.0.6

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

### 1.0.5

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

### 1.0.4

- 五笔和双拼输入法处于 beta 状态,欢迎反馈!

### 1.0.3

- PHP 支持说明
- 修复标识符[识别 bug](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant/issues/8)

### 1.0.2

- 调整待选项显示:中文在前
- 改进多音字处理

### 1.0.1

“中文编程”知乎专栏文章:[中文代码快速补全 VS Code 插件尝鲜](https://zhuanlan.zhihu.com/p/138708196)
## [版本更新说明](CHANGELOG.md)

## 已知问题

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ChineseInputAssistant",
"displayName": "中文代码快速补全",
"description": "中文变量名方法名在拼音字母下提示并快速输入",
"version": "1.0.6",
"description": "中文标识符(变量、方法名等)无需切换中文输入法即有补全提示",
"version": "1.1.0",
"publisher": "CodeInChinese",
"engines": {
"vscode": "^1.38.0"
Expand Down
Binary file modified 截图/演示_PHP.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 added 截图/演示_库.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 155e513

Please sign in to comment.