1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/lsp
2021-12-15 13:23:43 -05:00
..
analysis.rs chore: upgrade lspower to 1.4.0 (#12894) 2021-11-25 12:10:12 +11:00
cache.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05: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: upgrade swc fixing many bundling and --no-check bugs (#13025) 2021-12-08 19:12:14 -05: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 feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
documents.rs chore: updates to support deno_graph API changes (#13080) 2021-12-15 07:39:20 +11:00
language_server.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -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 refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05: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 feat(lsp): implement refactoring code actions (#11555) 2021-08-06 11:46:32 +10:00
registries.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05: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 chore: upgrade lspower to 1.4.0 (#12894) 2021-11-25 12:10:12 +11:00
urls.rs refactor(lsp): use deno_graph and single document struct (#12535) 2021-10-29 10:56:01 +11: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.