Skip to content

Commit bb739c3

Browse files
committed
2.3.2版本发布日志
1 parent 6a11413 commit bb739c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "luacoderassist" extension will be documented in this file.
44

5+
## 2.3.2 @ 2019-7-31
6+
7+
- 修复:#71
8+
- 优化:#70
9+
- 优化:支持提供通过下标表达式的方式添加的字符串类型的域段的代码补全(形如如:foo['xx-yy'] = bar),暂不支持hover
10+
511
## 2.3.1 @ 2019-7-31
612

713
- 优化:符号搜索的比较方法改成根据range进行比较,解决部分场景下符号无法提供补全和悬浮提示功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "LuaCoderAssist",
44
"description": "lua编程助手,包括代码补全、符号预览&跳转、函数特征帮助、符号类型推导、静态检查、格式化、代码度量等功能",
55
"icon": "images/icon.png",
6-
"version": "2.3.1",
6+
"version": "2.3.2",
77
"publisher": "liwangqian",
88
"engines": {
99
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)