We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a11413 commit bb739c3Copy full SHA for bb739c3
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the "luacoderassist" extension will be documented in this file.
4
5
+## 2.3.2 @ 2019-7-31
6
+
7
+- 修复:#71
8
+- 优化:#70
9
+- 优化:支持提供通过下标表达式的方式添加的字符串类型的域段的代码补全(形如如:foo['xx-yy'] = bar),暂不支持hover
10
11
## 2.3.1 @ 2019-7-31
12
13
- 优化:符号搜索的比较方法改成根据range进行比较,解决部分场景下符号无法提供补全和悬浮提示功能
package.json
@@ -3,7 +3,7 @@
"displayName": "LuaCoderAssist",
"description": "lua编程助手,包括代码补全、符号预览&跳转、函数特征帮助、符号类型推导、静态检查、格式化、代码度量等功能",
"icon": "images/icon.png",
- "version": "2.3.1",
+ "version": "2.3.2",
"publisher": "liwangqian",
"engines": {
"vscode": "^1.25.0"
0 commit comments