mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Add config options
This commit is contained in:
parent
9e5ef0ce72
commit
c4dba4077f
2 changed files with 7 additions and 0 deletions
|
@ -145,6 +145,8 @@ config_data! {
|
|||
inlayHints_parameterHints: bool = "true",
|
||||
/// Whether to show inlay type hints for variables.
|
||||
inlayHints_typeHints: bool = "true",
|
||||
/// Whether inlay hints font size should be smaller than editor's font size.
|
||||
inlayHints_smallerHints: bool = "true",
|
||||
|
||||
/// Whether to show `Debug` lens. Only applies when
|
||||
/// `#rust-analyzer.lens.enable#` is set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue