Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 780 Bytes

lsp-config.md

File metadata and controls

8 lines (6 loc) · 780 Bytes

Language Server Configuration

The following configurations can be set in the language client to change behavior of the language server.

Property Possible values Default value Explanation
natls.completion.qualify false, true false Controls wether variable should always be completed fully qualified
natls.inlayhints.showAssignmentTargetType false, true false Controls wether inlay hints should be shown for target types on assignments