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
2021-12-18 16:14:42 -05:00
..
analysis.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
cache.rs refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11: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 refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -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 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(lsp): provide diagnostics for import assertions (#13105) 2021-12-16 14:53:17 +11: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: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -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 refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
registries.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -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 refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05: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.