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-07-05 00:12:41 +02:00
..
testing refactor: rename RootConfig to CliOptions (#15007) 2022-06-29 11:51:11 -04:00
analysis.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
cache.rs refactor: extract deno_graph::create_graph use to common function (#15009) 2022-07-01 11:50:16 -04:00
capabilities.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10: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 feat(vendor): support using an existing import map (#14836) 2022-06-14 10:05:37 -04:00
config.rs feat(lsp): enable linting by default (#14583) 2022-05-16 13:10:08 +02:00
diagnostics.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
documents.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
language_server.rs refactor: extract deno_graph::create_graph use to common function (#15009) 2022-07-01 11:50:16 -04:00
logging.rs build: require safety comments on unsafe code (#13870) 2022-06-26 00:13:24 +02:00
lsp_custom.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
mod.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
parent_process_checker.rs build: require safety comments on unsafe code (#13870) 2022-06-26 00:13:24 +02:00
path_to_regex.rs chore: use Rust 1.62.0 (#15028) 2022-07-01 15:28:06 +02: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(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
repl.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04: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 Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
urls.rs chore: remove all pub(crate)s from the cli crate (#14083) 2022-03-23 09:54:22 -04: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.