File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments