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