0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/cli/lsp
2024-02-08 14:56:46 +05:30
..
testing refactor(cli): Add TestFailureDescription (#22267) 2024-02-08 14:56:46 +05:30
analysis.rs fix(lsp): improved npm specifier to import map entry mapping (#22016) 2024-01-21 17:19:10 -05:00
cache.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
capabilities.rs chore(lsp): rename client-side command invocations (#22140) 2024-02-01 11:19:56 +05:30
client.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
code_lens.rs chore(lsp): rename client-side command invocations (#22140) 2024-02-01 11:19:56 +05:30
completions.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
config.rs refactor: use globbing from deno_config (#21925) 2024-01-15 19:15:39 -05:00
diagnostics.rs fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284) 2024-02-08 14:56:46 +05:30
documents.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30
language_server.rs fix(lsp): don't normalize urls in cache command params (#22182) 2024-02-01 11:19:56 +05:30
logging.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lsp_custom.rs fix(lsp): don't normalize urls in cache command params (#22182) 2024-02-01 11:19:56 +05:30
mod.rs fix(lsp): don't normalize urls in cache command params (#22182) 2024-02-01 11:19:56 +05:30
npm.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30
parent_process_checker.rs fix(lsp): use a dedicated thread for the parent process checker (#21869) 2024-01-09 11:36:03 -05:00
path_to_regex.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
performance.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md docs: fix broken deno manual link (#20667) 2023-09-25 14:09:27 +02:00
refactor.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
registries.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30
repl.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
semantic_tokens.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
text.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tsc.rs feat(lsp): complete parameters as tab stops and placeholders (#22126) 2024-01-26 16:47:57 +01:00
urls.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30

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.