1
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-12-05 20:09:31 -05:00
..
testing fix(test): improve how --fail-fast shuts down when hitting limit (#16956) 2022-12-05 16:17:49 -05:00
analysis.rs chore: use Rust 1.64.0 (#16035) 2022-09-26 21:52:16 +02:00
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 refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
code_lens.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
completions.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
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 refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) 2022-11-25 18:29:48 -05:00
documents.rs fix(npm): dependency types were sometimes not being resolved when package had no types entry (#16958) 2022-12-05 20:09:31 -05:00
language_server.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
logging.rs build: require safety comments on unsafe code (#13870) 2022-06-26 00:13:24 +02:00
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 chore: fix Windows specific clippy errors (#15212) 2022-07-15 12:30:25 -04:00
path_to_regex.rs chore: use Rust 1.65.0 (#16688) 2022-11-18 02:59:10 +01:00
performance.rs refactor: remove dead code from lsp (#13743) 2022-02-24 08:01:20 +11:00
README.md feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
refactor.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
registries.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
repl.rs feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
semantic_tokens.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
text.rs fix(lsp): correct positions in some scenarios (#14359) 2022-05-15 14:41:37 -04:00
tsc.rs fix(npm): dependency types were sometimes not being resolved when package had no types entry (#16958) 2022-12-05 20:09:31 -05: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.