diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en-us/config.md | 5 | ||||
-rw-r--r-- | doc/pt-br/config.md | 5 | ||||
-rw-r--r-- | doc/zh-cn/config.md | 5 | ||||
-rw-r--r-- | doc/zh-tw/config.md | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index 34d7181e..80167203 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +If the called function is marked `---@async`, prompt `await` at the call. ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. + ## type diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 34d7181e..80167203 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +If the called function is marked `---@async`, prompt `await` at the call. ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. + ## type diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md index 71df8f36..d248a5fe 100644 --- a/doc/zh-cn/config.md +++ b/doc/zh-cn/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +如果调用的函数被标记为了 `---@async` ,则在调用处提示 `await` 。 ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +是否展开别名。例如 `---@alias myType boolean|number` 展开后显示为 `boolean|number`,否则显示为 `myType`。 + ## type diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index c5d16ebf..eae28d50 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +If the called function is marked `---@async`, prompt `await` at the call. ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. + ## type |