0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/lsp
2022-02-11 14:04:31 -05:00
..
analysis.rs feat(lsp): add redirect diagnostic and quick fix (#13580) 2022-02-04 18:14:57 +11:00
cache.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
capabilities.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
client.rs refactor(lsp): remove RwLock on Config (#13485) 2022-01-25 10:30:38 -05:00
code_lens.rs refactor(lsp): reduce data stored in StateSnapshot (#13426) 2022-01-19 17:10:14 -05:00
completions.rs feat(lsp): provide completions from import map if available (#13624) 2022-02-10 07:13:50 +11:00
config.rs refactor(lsp): remove RwLock on Config (#13485) 2022-01-25 10:30:38 -05:00
diagnostics.rs feat(lsp): add redirect diagnostic and quick fix (#13580) 2022-02-04 18:14:57 +11:00
documents.rs fix(lsp): properly display x-deno-warning with redirects (#13554) 2022-02-02 13:04:26 +11:00
language_server.rs feat(lsp): support linking to symbols in JSDoc on hover (#13631) 2022-02-10 10:08:53 +11:00
logging.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lsp_custom.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
parent_process_checker.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
path_to_regex.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
performance.rs perf(lsp): improve some tsc op hot paths (#13473) 2022-01-24 19:01:33 +11:00
README.md feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
refactor.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
registries.rs fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
repl.rs fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
semantic_tokens.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
text.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
tsc.rs feat(lsp): support linking to symbols in JSDoc on hover (#13631) 2022-02-10 10:08:53 +11:00
urls.rs refactor(lsp): store the LspUrlMap's state inside a mutex (#13416) 2022-01-19 11:38:40 -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.