deno lsp
Starts the Deno language server. The language server is used by editors to provide features like intellisense, code formatting, and more.
Command Jump to heading
deno lsp [OPTIONS]
Synopsis Jump to heading
deno lsp [-q|--quiet]
deno lsp -h|--help
Description Jump to heading
The 'deno lsp' subcommand provides a way for code editors and IDEs to interact with Deno using the Language Server Protocol.
Usually humans do not use this subcommand directly. For example, 'deno lsp' can provide IDEs with go-to-definition support and automatic code formatting.
Read more about how to connect editors and IDEs to 'deno lsp'.
Arguments Jump to heading
There are no required arguments for this command.
Options Jump to heading
-
-q, --quiet
Suppress diagnostic output
-
-h, --help
Prints help information
Examples Jump to heading
- Run the command
deno lsp
- Run the command 2
deno lsp2