Crate sway_lsp

Source

Modules§

capabilities
config
core
error
handlers
lsp_ext
sway-lsp extensions to the LSP.
server
This module implements the LanguageServer trait for ServerState. It provides an interface between the LSP protocol and the sway-lsp internals.
server_state
The context or environment in which the language server functions.
utils

Functions§

server_capabilities
Returns the capabilities of the server to the client, indicating its support for various language server protocol features.
start