Skip to content

Commit eaec21e

Browse files
committed
支持关闭参数提示
1 parent 8a642c0 commit eaec21e

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

package/configuration.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ local config = {
148148
},
149149
markdownDescription = "%config.color.mode%"
150150
},
151+
["Lua.signatureHelp.enable"] = {
152+
scope = "resource",
153+
type = "boolean",
154+
default = true,
155+
markdownDescription = "%config.signatureHelp.enable%"
156+
},
151157
--["Lua.plugin.enable"] = {
152158
-- scope = "resource",
153159
-- type = "boolean",

package/nls-zh-cn.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ return {
2929
['config.color.mode'] = "着色模式。",
3030
['config.color.mode.Semantic'] = "语义着色(测试中。你的颜色主题必须要支持语义着色才有效。)。",
3131
['config.color.mode.Grammar'] = "语法着色。",
32+
['config.signatureHelp.enable'] = "启用参数提示",
3233
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)',
3334
['config.develop.enable'] = '开发者模式。请勿开启,会影响性能。',
3435
['config.develop.debuggerPort'] = '调试器监听端口。',

package/nls.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following example shows loaded files in `C:/lua` and `../lib` ,exclude `../l
2929
['config.color.mode'] = "Color mode.",
3030
['config.color.mode.Semantic'] = "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",
3131
['config.color.mode.Grammar'] = "Grammar color.",
32+
['config.signatureHelp.enable'] = "Enable signature help.",
3233
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(This will enable the beta version which is still in development. Feedback is welcome! Reload the window after changing this option!)',
3334
['config.develop.enable'] = 'Developer mode. Do not enable, performance will be affected.',
3435
['config.develop.debuggerPort'] = 'Listen port of debugger.',

server

0 commit comments

Comments
 (0)