File tree 5 files changed +18
-3
lines changed
5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# lua-language-server
2
2
3
3
4
+ ![ version] ( https://vsmarketplacebadge.apphb.com/version-short/sumneko.lua.svg )
5
+ ![ installs] ( https://vsmarketplacebadge.apphb.com/installs-short/sumneko.lua.svg )
6
+ ![ downloads] ( https://vsmarketplacebadge.apphb.com/downloads-short/sumneko.lua.svg )
4
7
5
8
## Install In VSCode
6
9
https://marketplace.visualstudio.com/items?itemName=sumneko.lua
Original file line number Diff line number Diff line change 1
1
# changelog
2
2
3
+ ## 1.6.0
4
+ ` 2020-12-14 `
5
+ * ` NEW ` completion: auto require local modules
6
+ * ` NEW ` completion: support delegate
7
+ * ` NEW ` hover: show function by keyword ` function `
8
+ * ` NEW ` code action: swap params
9
+ * ` CHG ` standalone: unbind the relative path between binaries and scripts
10
+ * ` CHG ` hover: ` LuaDoc ` also catchs ` -- ` (no need ` --- ` )
11
+ * ` CHG ` rename: support doc
12
+ * ` CHG ` completion: keyword considers expression
13
+ * ` FIX ` [ #297 ] ( https://github.com/sumneko/lua-language-server/issues/297 )
14
+
3
15
## 1.5.0
4
16
` 2020-12-5 `
5
17
* ` NEW ` setting ` runtime.unicodeName `
Original file line number Diff line number Diff line change 663
663
"type" : " git" ,
664
664
"url" : " https://github.com/sumneko/lua-language-server"
665
665
},
666
- "version" : " 1.5 .0"
666
+ "version" : " 1.6 .0"
667
667
}
Original file line number Diff line number Diff line change 1
1
local json = require ' json-beautify'
2
2
3
- local VERSION = " 1.5 .0"
3
+ local VERSION = " 1.6 .0"
4
4
5
5
local package = require ' package.package'
6
6
local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments