On this page
deno lsp
Info
Usually humans do not use this subcommand directly. The 'deno lsp' can provide IDEs with go-to-definition support and automatic code formatting.
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.
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