Mappings
Autocomplete and LSP
Mappings related to go to definition, show documentation, type definitions and more.
Here is the complete list for the LSP (language server protocol).
leader + cd
: Show documentationleader + cs
: Show signature documentationleader + gd
: Go to definitionleader + gD
: Go to declarationleader + rn
: Rename a symbolleader + cy
: Type definitionleader + ci
: Show implementationleader + cr
: Show referencesleader + dp
: Go to the previous LSP diagnosticleader + dn
: Go to the next LSP diagnosticleader + dl
: Show the LSP diagnostics listleader + dm
: Show floating diagnostic messageleader + ca
: Show code actionsleader + ll
: Run the code lens action on the lineleader + ds
: Show a list of all symbols found in the documentleader + ws
: Show a list of all symbols found in the workspace