Skip to content

Commit 058afab

Browse files
committed
3.16.2
1 parent d82f9f0 commit 058afab

15 files changed

+78
-2
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
55

6+
## 3.16.2
7+
`2025-12-18`
8+
* `NEW` Added `completion.maxSuggestCount` which lets you increase the amount of fields to analyze before requiring more specific input
9+
* `NEW` `view document` supports `Lua 5.5`
10+
* `CHG` Omit parameter hints when the argument name matches
11+
* `FIX` Fix a typo in `no-unknown` diagnostic message
12+
* `FIX` Autodoc generation so it does not include documentation for builtin Lua language features
13+
* `FIX` Fix incorrect version in `view document`
14+
* `FIX` Fix incorrect version of builtin variables
15+
616
## 3.16.1
717
`2025-12-8`
818
* `FIX` Broken in Linux

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
"scope": "resource",
131131
"type": "string"
132132
},
133+
"Lua.completion.maxSuggestCount": {
134+
"default": 100,
135+
"markdownDescription": "%config.completion.maxSuggestCount%",
136+
"scope": "resource",
137+
"type": "integer"
138+
},
133139
"Lua.completion.postfix": {
134140
"default": "@",
135141
"markdownDescription": "%config.completion.postfix%",
@@ -3461,5 +3467,5 @@
34613467
"sponsor": {
34623468
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34633469
},
3464-
"version": "3.16.1"
3470+
"version": "3.16.2"
34653471
}

package.nls.es-419.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "Muestra `palabra clave` y `snippet de sintaxis`.",
2525
"config.completion.keywordSnippet.Disable": "Solo muestra `palabra clave`.",
2626
"config.completion.keywordSnippet.Replace": "Solo muestra `snippet de sintaxis`.",
27+
"config.completion.maxSuggestCount": "TODO: Needs documentation",
2728
"config.completion.postfix": "El símbolo usado para lanzar la sugerencia posfija.",
2829
"config.completion.requireSeparator": "Separador usado en `require`.",
2930
"config.completion.showParams": "Muestra los parámetros en la lista de completado. Cuando la función tiene múltiples definiciones, se mostrarán por separado.",

package.nls.ja-jp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "Shows `keyword` and `syntax snippet`.",
2525
"config.completion.keywordSnippet.Disable": "Only shows `keyword`.",
2626
"config.completion.keywordSnippet.Replace": "Only shows `syntax snippet`.",
27+
"config.completion.maxSuggestCount": "TODO: Needs documentation",
2728
"config.completion.postfix": "The symbol used to trigger the postfix suggestion.",
2829
"config.completion.requireSeparator": "The separator used when `require`.",
2930
"config.completion.showParams": "Display parameters in completion list. When the function has multiple definitions, they will be displayed separately.",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "Shows `keyword` and `syntax snippet`.",
2525
"config.completion.keywordSnippet.Disable": "Only shows `keyword`.",
2626
"config.completion.keywordSnippet.Replace": "Only shows `syntax snippet`.",
27+
"config.completion.maxSuggestCount": "Maximum number of fields to analyze for completions. When an object has more fields than this limit, completions will require more specific input to appear.",
2728
"config.completion.postfix": "The symbol used to trigger the postfix suggestion.",
2829
"config.completion.requireSeparator": "The separator used when `require`.",
2930
"config.completion.showParams": "Display parameters in completion list. When the function has multiple definitions, they will be displayed separately.",

package.nls.pt-br.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "Shows `keyword` and `syntax snippet`.",
2525
"config.completion.keywordSnippet.Disable": "Only shows `keyword`.",
2626
"config.completion.keywordSnippet.Replace": "Only shows `syntax snippet`.",
27+
"config.completion.maxSuggestCount": "TODO: Needs documentation",
2728
"config.completion.postfix": "The symbol used to trigger the postfix suggestion.",
2829
"config.completion.requireSeparator": "The separator used when `require`.",
2930
"config.completion.showParams": "Display parameters in completion list. When the function has multiple definitions, they will be displayed separately.",

package.nls.zh-cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "显示 `关键字` 与 `语法片段`。",
2525
"config.completion.keywordSnippet.Disable": "只显示 `关键字`。",
2626
"config.completion.keywordSnippet.Replace": "只显示 `语法片段`。",
27+
"config.completion.maxSuggestCount": "TODO: Needs documentation",
2728
"config.completion.postfix": "用于触发后缀建议的符号。",
2829
"config.completion.requireSeparator": "`require` 时使用的分隔符。",
2930
"config.completion.showParams": "在建议列表中显示函数的参数信息,函数拥有多个定义时会分开显示。",

package.nls.zh-tw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"config.completion.keywordSnippet.Both": "顯示 `關鍵字` 與 `語法片段`。",
2525
"config.completion.keywordSnippet.Disable": "只顯示 `關鍵字`。",
2626
"config.completion.keywordSnippet.Replace": "只顯示 `語法片段`。",
27+
"config.completion.maxSuggestCount": "TODO: Needs documentation",
2728
"config.completion.postfix": "用於觸發後綴建議的符號。",
2829
"config.completion.requireSeparator": "`require` 時使用的分隔符。",
2930
"config.completion.showParams": "在建議列表中顯示函式的參數資訊,函式擁有多個定義時會分開顯示。",

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.16.1"
3+
local VERSION = "3.16.2"
44

55
local fsu = require 'fs-utility'
66
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))

setting/schema-es-419.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
"keywordSnippet": {
6969
"$ref": "#/properties/completion.keywordSnippet"
7070
},
71+
"maxSuggestCount": {
72+
"$ref": "#/properties/completion.maxSuggestCount"
73+
},
7174
"postfix": {
7275
"$ref": "#/properties/completion.postfix"
7376
},
@@ -135,6 +138,12 @@
135138
"scope": "resource",
136139
"type": "string"
137140
},
141+
"completion.maxSuggestCount": {
142+
"default": 100,
143+
"markdownDescription": "TODO: Needs documentation",
144+
"scope": "resource",
145+
"type": "integer"
146+
},
138147
"completion.postfix": {
139148
"default": "@",
140149
"markdownDescription": "El símbolo usado para lanzar la sugerencia posfija.",

0 commit comments

Comments
 (0)