Skip to main content
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.

Usage Jump to heading

>_
deno lsp

The language server communicates over stdin/stdout using the Language Server Protocol. You typically don't run this directly — your editor starts it automatically.

Editor setup Jump to heading

For instructions on configuring your editor to use the Deno language server, see:

Last updated on

Did you find what you needed?

Privacy policy