deno/cli/lsp
Ryan Dahl 1fb5858009
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2022-01-07 22:09:52 -05:00
..
analysis.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
cache.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
capabilities.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
client.rs feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
code_lens.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
completions.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
config.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
diagnostics.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
documents.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
language_server.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05: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 chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05: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 chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
repl.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05: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 chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
urls.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -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.