1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/lsp
2022-01-04 17:02:56 -05:00
..
analysis.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
cache.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
capabilities.rs chore: upgrade lspower to 1.4.0 (#12894) 2021-11-25 12:10:12 +11:00
client.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
code_lens.rs fix(lsp): add code lens for tests just using named functions (#13218) 2021-12-29 14:00:24 +11:00
completions.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
config.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
diagnostics.rs fix(lsp): provide diagnostics for import assertions (#13105) 2021-12-16 14:53:17 +11:00
documents.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
language_server.rs fix: upgrade swc_ecmascript to 0.103 (#13284) 2022-01-04 17:02:56 -05:00
logging.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
lsp_custom.rs feat(lsp): registry auto discovery (#10813) 2021-06-01 21:53:08 +10:00
mod.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
parent_process_checker.rs fix(lsp): do not output to stderr before exiting the process (#11562) 2021-07-31 21:05:09 -04:00
path_to_regex.rs fix(lsp): handle repeating patterns in registry correctly (#13275) 2022-01-04 17:42:33 +11:00
performance.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
README.md feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
refactor.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
registries.rs fix(lsp): handle repeating patterns in registry correctly (#13275) 2022-01-04 17:42:33 +11:00
repl.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
semantic_tokens.rs feat(lsp): add workspace symbol provider (#12787) 2021-11-23 11:08:56 +11:00
text.rs refactor(lsp): use deno_ast and cache swc ASTs (#11780) 2021-09-07 10:39:32 -04:00
tsc.rs cleanup(cli/lsp): use op Extensions (#13225) 2021-12-29 15:22:00 +01:00
urls.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -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.