Skip to content

Commit 9d28ece

Browse files
docs: update generated annotations
skip-checks: true
1 parent d278233 commit 9d28ece

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lua/lspconfig/types/lsp/rust_analyzer.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,12 @@
10171017
---@field hideInferredTypes? boolean
10181018
---Hide inlay type hints for constructors.
10191019
---@field hideNamedConstructor? boolean
1020+
---Where to render type hints relative to their binding pattern.
1021+
---
1022+
---```lua
1023+
---default = "inline"
1024+
---```
1025+
---@field location? "inline" | "end_of_line"
10201026

10211027
---@class _.lspconfig.settings.rust_analyzer.RustAnalyzer.InlayHints
10221028
---@field bindingModeHints? _.lspconfig.settings.rust_analyzer.RustAnalyzer.InlayHints.BindingModeHints
@@ -1723,6 +1729,10 @@
17231729
---@field completion? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Completion
17241730
---@field debug? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Debug
17251731
---@field diagnostics? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Diagnostics
1732+
---Disable support for `#[rust_analyzer::rust_fixture]` snippets.
1733+
---
1734+
---If you are not working on rust-analyzer itself, you should ignore this config.
1735+
---@field disableFixtureSupport? boolean
17261736
---@field document? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Document
17271737
---@field files? _.lspconfig.settings.rust_analyzer.RustAnalyzer.Files
17281738
---@field gotoImplementations? _.lspconfig.settings.rust_analyzer.RustAnalyzer.GotoImplementations

0 commit comments

Comments
 (0)