0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-14 17:47:35 -05:00
denoland-deno/cli/lsp
2023-01-05 13:05:15 +01:00
..
testing fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120) 2023-01-05 13:04:38 +01:00
analysis.rs
cache.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00
capabilities.rs fix(lsp): add ServerCapabilities::encoding (#16444) 2022-10-27 19:34:44 +02:00
client.rs
code_lens.rs
completions.rs fix(lsp/format): language formatter used should be based on language id (#17148) 2023-01-05 13:05:15 +01:00
config.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00
diagnostics.rs fix(lsp/format): language formatter used should be based on language id (#17148) 2023-01-05 13:05:15 +01:00
documents.rs fix(lsp/format): language formatter used should be based on language id (#17148) 2023-01-05 13:05:15 +01:00
language_server.rs fix(lsp/format): language formatter used should be based on language id (#17148) 2023-01-05 13:05:15 +01:00
logging.rs
lsp_custom.rs feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
mod.rs feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
parent_process_checker.rs
path_to_regex.rs chore: use Rust 1.65.0 (#16688) 2022-11-18 02:59:10 +01:00
performance.rs
README.md
refactor.rs
registries.rs chore: update to Rust 1.66.0 (#17078) 2023-01-05 13:03:11 +01:00
repl.rs feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
semantic_tokens.rs
text.rs
tsc.rs fix(lsp/format): language formatter used should be based on language id (#17148) 2023-01-05 13:05:15 +01:00
urls.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00

Deno Language Server

The Deno Language Server provides a server implementation of the Language Server Protocol which is specifically tailored to provide a Deno view of code. It is integrated into the command line and can be started via the lsp sub-command.

This documentation has been moved to the Deno manual.